Skip to content

Commit 39e5f89

Browse files
authored
build: Upgrade to Node 24 (#2459)
1 parent 7e81b52 commit 39e5f89

5 files changed

Lines changed: 14341 additions & 8926 deletions

File tree

.github/workflows/validate.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ jobs:
1212
strategy:
1313
matrix:
1414
node: [20, 24]
15-
continue-on-error: ${{ matrix.node == 24 }}
1615

1716
steps:
1817
- uses: actions/checkout@v5
1918
- uses: actions/setup-node@v5
2019
with:
21-
node-version: ${{ matrix.node }}
20+
node-version-file: '.nvmrc'
2221
- run: make validate.ci
2322
- name: Archive code coverage results
2423
uses: actions/upload-artifact@v4

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