Skip to content

Commit 62797b6

Browse files
PKulkoRaccoonGangarbrandes
authored andcommitted
build: Upgrade to Node 24
1 parent 280e990 commit 62797b6

File tree

3 files changed

+1388
-1163
lines changed

3 files changed

+1388
-1163
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
strategy:
1313
matrix:
1414
node: [20, 24]
15-
continue-on-error: ${{ matrix.node == 24 }}
1615
steps:
1716
- name: Checkout
1817
uses: actions/checkout@v4
@@ -21,7 +20,7 @@ jobs:
2120
- name: Setup Nodejs
2221
uses: actions/setup-node@v4
2322
with:
24-
node-version: ${{ matrix.node }}
23+
node-version-file: '.nvmrc'
2524
- name: Install dependencies
2625
run: npm ci
2726
- name: Lint

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