We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9270f2 commit 74f4922Copy full SHA for 74f4922
.github/workflows/npm-publish.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v2
15
- uses: actions/setup-node@v1
16
with:
17
- node-version: 20
+ node-version: 24
18
- run: npm ci
19
- run: npm test
20
.github/workflows/npm-test.yml
@@ -12,7 +12,7 @@ jobs:
12
13
strategy:
matrix:
- node-version: [ '20', '22' ]
+ node-version: [ '24', '26' ]
steps:
- uses: actions/checkout@v4
0 commit comments