We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06bd710 commit fccc317Copy full SHA for fccc317
1 file changed
.github/workflows/ci.yaml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/setup-node@v4
11
with:
12
cache: npm
13
- node-version: 20.16.0
+ node-version: 22.14.0
14
- run: npm ci
15
- run: npm run build
16
- run: npm run build:docker
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
26
27
28
- run: npm run lint
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
- run: npm run test:local
0 commit comments