Skip to content

Commit af37692

Browse files
authored
chore: update Node.js versions in CI workflow (#24)
1 parent 51050cd commit af37692

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/js.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [14.13.x, 16.x]
15+
node-version: [18.x, 20.x, 22.x, 23.x, 24.x]
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- name: Use Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@v2
20+
uses: actions/setup-node@v4
2121
with:
2222
node-version: ${{ matrix.node-version }}
23-
cache: 'npm'
23+
cache: "npm"
2424
- run: npm ci
2525
- run: npm test

0 commit comments

Comments
 (0)