Skip to content

Commit 97ce55a

Browse files
authored
node: [18.x, 20.x, 22.x, latest]
1 parent ceb666c commit 97ce55a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 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: [18.20.4, 20.18.0, 22.10.0]
16+
node: [18.x, 20.x, 22.x, latest]
1717
steps:
1818
- uses: actions/setup-node@v4
1919
with:
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: windows-2019
3434
strategy:
3535
matrix:
36-
node: [18.20.4, 20.18.0, 22.10.0]
36+
node: [18.x, 20.x, 22.x, latest]
3737
steps:
3838
- uses: actions/setup-node@v4
3939
with:
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: macos-15
5858
strategy:
5959
matrix:
60-
node: [18.20.4, 20.18.0, 22.10.0]
60+
node: node: [18.x, 20.x, 22.x, latest]
6161
steps:
6262
- uses: actions/setup-node@v4
6363
with:
@@ -79,7 +79,7 @@ jobs:
7979
steps:
8080
- uses: actions/setup-node@v4
8181
with:
82-
node-version: 22.10.0
82+
node-version: latest
8383
- uses: actions/checkout@v4
8484
- name: Install
8585
run: npm install --ignore-scripts

0 commit comments

Comments
 (0)