Skip to content

Commit 22a89f5

Browse files
committed
build: Upgrade to Node 24
1 parent 25c0a00 commit 22a89f5

File tree

3 files changed

+14856
-9595
lines changed

3 files changed

+14856
-9595
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ on:
99
jobs:
1010
tests:
1111
runs-on: ubuntu-latest
12-
strategy:
13-
matrix:
14-
node: [20, 24]
15-
continue-on-error: ${{ matrix.node == 24 }}
1612
steps:
1713
- name: Checkout
1814
uses: actions/checkout@v4
@@ -21,7 +17,7 @@ jobs:
2117
- name: Setup Nodejs
2218
uses: actions/setup-node@v4
2319
with:
24-
node-version: ${{ matrix.node }}
20+
node-version-file: '.nvmrc'
2521
- name: Install dependencies
2622
run: npm ci
2723
- name: Validate package-lock.json changes

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
24

0 commit comments

Comments
 (0)