Skip to content

Commit 4dd3ea9

Browse files
authored
CI: Add Node.js 24 to version matrix
1 parent 25d5b56 commit 4dd3ea9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 22
17+
node-version: 24
1818
registry-url: "https://registry.npmjs.org"
1919

2020
- name: Configure Git

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: ./.github/actions/npm-setup
6767
with:
6868
runner: ubuntu-22.04
69-
node-version: 22.x
69+
node-version: 24.x
7070
workspace: "${{ matrix.module }}"
7171
- name: Code linting
7272
env:
@@ -83,7 +83,7 @@ jobs:
8383
fail-fast: true
8484
matrix:
8585
runner: [ubuntu-22.04]
86-
node-version: [18.x, 20.x, 22.x]
86+
node-version: [18.x, 20.x, 22.x, 24.x]
8787
runs-on: ${{ matrix.runner }}
8888
steps:
8989
- name: Code checkout
@@ -116,7 +116,7 @@ jobs:
116116
fail-fast: false
117117
matrix:
118118
module: ${{ fromJSON(needs.detect-modules.outputs.modules) }}
119-
node-version: [18.x, 20.x, 22.x]
119+
node-version: [18.x, 20.x, 22.x, 24.x]
120120
uses: ./.github/workflows/test-template.yml
121121
with:
122122
runner: ubuntu-22.04
@@ -136,7 +136,7 @@ jobs:
136136
fail-fast: false
137137
matrix:
138138
module: ${{ fromJSON(needs.detect-modules.outputs.modules) }}
139-
node-version: [18.x, 20.x, 22.x]
139+
node-version: [18.x, 20.x, 22.x, 24.x]
140140
uses: ./.github/workflows/test-template.yml
141141
with:
142142
runner: ubuntu-22.04

0 commit comments

Comments
 (0)