Skip to content

Commit 428f19d

Browse files
committed
Fix Node version in CI pipeline
1 parent f4504aa commit 428f19d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: "actions/setup-node@v4"
1818
with:
1919
cache: "npm"
20-
node-version: "20"
20+
node-version: "22"
2121
- run: "npm ci"
2222
- run: "npm run lint"
2323
- run: "npm run test:cover"
@@ -37,7 +37,7 @@ jobs:
3737
- uses: "actions/setup-node@v4"
3838
with:
3939
cache: "npm"
40-
node-version: "20"
40+
node-version: "22"
4141
- run: "npm ci --omit dev"
4242
- uses: "actions/download-artifact@v4"
4343
with:

0 commit comments

Comments
 (0)