Skip to content

Commit 1c859ab

Browse files
committed
Upgrade Node.js to version 20 in CI workflow
1 parent 6bef1f0 commit 1c859ab

File tree

3 files changed

+32
-387
lines changed

3 files changed

+32
-387
lines changed

.github/workflows/ci.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: [18.x, 20.x, 22.x]
15+
node-version: [20.x, 22.x]
1616

1717
steps:
1818
- name: Checkout code

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: '18'
32+
node-version: '20'
3333
registry-url: 'https://registry.npmjs.org'
3434

3535
- name: Cache node modules

0 commit comments

Comments
 (0)