Skip to content

Commit da863a2

Browse files
committed
ci: 🎡 run tests in Node matrix
1 parent 0595259 commit da863a2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
contents: write
1212
strategy:
1313
matrix:
14-
node-version: [20.x]
14+
node-version: [24.x]
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Use Node.js ${{ matrix.node-version }}

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: [20.x]
16+
node-version: [20.x, 22.x, 24.x]
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Use Node.js ${{ matrix.node-version }}
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
30-
node-version: [20.x]
30+
node-version: [20.x, 22.x, 24.x]
3131
steps:
3232
- uses: actions/checkout@v3
3333
- name: Use Node.js ${{ matrix.node-version }}
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
strategy:
4949
matrix:
50-
node-version: [20.x]
50+
node-version: [20.x, 22.x, 24.x]
5151
steps:
5252
- uses: actions/checkout@v3
5353
- name: Use Node.js ${{ matrix.node-version }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [20.x]
13+
node-version: [24.x]
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)