Skip to content

Commit 1d4d5d5

Browse files
PKulkoRaccoonGangbydawen
authored andcommitted
build: Upgrade to Node 24
1 parent 73b7b7f commit 1d4d5d5

File tree

6 files changed

+783
-694
lines changed

6 files changed

+783
-694
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
node: [20, 24]
17-
continue-on-error: ${{ matrix.node == 24 }}
1817

1918
steps:
2019
- name: Checkout
@@ -23,7 +22,7 @@ jobs:
2322
- name: Setup Nodejs
2423
uses: actions/setup-node@v4
2524
with:
26-
node-version: ${{ matrix.node }}
25+
node-version-file: '.nvmrc'
2726

2827
- name: Install dependencies
2928
run: npm ci

.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)