Skip to content

Commit fc4eb61

Browse files
bydawenarbrandes
authored andcommitted
build: Upgrade to Node 24
1 parent b297292 commit fc4eb61

File tree

3 files changed

+807
-680
lines changed

3 files changed

+807
-680
lines changed

.github/workflows/ci.yml

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

1918
steps:
2019
- name: Checkout
2120
uses: actions/checkout@v4
2221
- name: Setup Nodejs
2322
uses: actions/setup-node@v4
2423
with:
25-
node-version: ${{ matrix.node }}
24+
node-version-file: '.nvmrc'
2625

2726
- name: Install Dependencies
2827
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)