Skip to content

Commit 80fcec8

Browse files
committed
Fixed
1 parent 76d9146 commit 80fcec8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [18.x, 20.x, 21.x]
12+
node-version: [18.x, 20.x, 22.x, 23.x]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Use Node.js ${{ matrix.node-version }}
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
strategy:
2626
matrix:
27-
node-version: [18.x, 20.x, 21.x]
27+
node-version: [18.x, 20.x, 22.x, 23.x]
2828
steps:
2929
- uses: actions/checkout@v2
3030
- name: Use Node.js ${{ matrix.node-version }}
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
strategy:
4444
matrix:
45-
node-version: [ 20.x ]
45+
node-version: [ 22.x ]
4646
steps:
4747
- uses: actions/checkout@v2
4848
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)