We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7591bf commit fae317eCopy full SHA for fae317e
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v6
16
- uses: actions/setup-node@v4
17
with:
18
- node-version: '18'
+ node-version: '24'
19
- run: docker compose version
20
- run: node --version
21
lint:
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
- run: yarn
30
- run: yarn lint
31
build:
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
- run: yarn build
41
- run: yarn test
0 commit comments