Skip to content

Commit 16a4352

Browse files
justingrantptomato
authored andcommitted
Test Node 24 in CI
1 parent 55619bc commit 16a4352

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v3
8-
- name: use node.js v20.x
8+
- name: use node.js v24.x
99
uses: actions/setup-node@v3
1010
with:
11-
node-version: 20.x
11+
node-version: 24.x
1212
- run: node --version
1313
- run: npm ci --no-optional
1414
- run: npx tsc --version
@@ -17,9 +17,9 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v3
20-
- name: use node.js v20.x
20+
- name: use node.js v24.x
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: 20.x
23+
node-version: 24.x
2424
- run: npm ci --no-optional
2525
- run: npm run prune

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
version: [23.x, 22.x, 20.x, 18.x, 16.x, 14.x]
12+
version: [24.x, 23.x, 22.x, 20.x, 18.x, 16.x, 14.x]
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v3
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
version: [23.x, 22.x, 20.x, 18.x, 16.x, 14.x]
26+
version: [24.x, 23.x, 22.x, 20.x, 18.x, 16.x, 14.x]
2727
runs-on: ubuntu-latest
2828
steps:
2929
- uses: actions/checkout@v3
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
fail-fast: false
4343
matrix:
44-
version: [23.x, 22.x, 20.x, 18.x, 16.x, 14.x]
44+
version: [24.x, 23.x, 22.x, 20.x, 18.x, 16.x, 14.x]
4545
runs-on: ubuntu-latest
4646
steps:
4747
- uses: actions/checkout@v3
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
fail-fast: false
6161
matrix:
62-
version: [23.x, 22.x, 20.x, 18.x, 16.x, 14.x]
62+
version: [24.x, 23.x, 22.x, 20.x, 18.x, 16.x, 14.x]
6363
runs-on: ubuntu-latest
6464
steps:
6565
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)