Skip to content

Commit 74f4922

Browse files
committed
Github actions: Bump Node versions
1 parent f9270f2 commit 74f4922

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v1
1616
with:
17-
node-version: 20
17+
node-version: 24
1818
- run: npm ci
1919
- run: npm test
2020

.github/workflows/npm-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [ '20', '22' ]
15+
node-version: [ '24', '26' ]
1616

1717
steps:
1818
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)