Skip to content

Commit add62e4

Browse files
Update node version
1 parent ebb5d8e commit add62e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install NodeJS
2020
uses: actions/setup-node@v1
2121
with:
22-
node-version: 20.x
22+
node-version: 24.x
2323
registry-url: https://registry.npmjs.org
2424

2525
- name: Verify versions

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest]
10-
node-version: [14.x, 16.x, 18.x, 20.x]
10+
node-version: [14.x, 16.x, 18.x, 20.x, 22.x, 24.x]
1111
fail-fast: false
1212

1313
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)