Skip to content

Commit 0e1c9c2

Browse files
committed
chore: update os and node version
1 parent 00be908 commit 0e1c9c2

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ jobs:
1616
ut:
1717
strategy:
1818
matrix:
19-
runner: [ubuntu-latest]
20-
node-version: [18, 20, 22]
21-
include:
22-
- node-version: 18
23-
runner: windows-latest
19+
runner: [ubuntu-latest, windows-latest]
20+
node-version: [22]
2421
uses: ./.github/workflows/reusable-test.yml
2522
with:
2623
runner: ${{ matrix.runner }}
@@ -31,9 +28,9 @@ jobs:
3128
strategy:
3229
matrix:
3330
runner: [ubuntu-latest]
34-
node-version: [18, 20, 22]
31+
node-version: [18, 22]
3532
include:
36-
- node-version: 18
33+
- node-version: 22
3734
runner: windows-latest
3835
uses: ./.github/workflows/reusable-test.yml
3936
with:
@@ -44,11 +41,8 @@ jobs:
4441
integration-advanced-esm:
4542
strategy:
4643
matrix:
47-
runner: [ubuntu-latest]
44+
runner: [ubuntu-latest, windows-latest]
4845
node-version: [22]
49-
include:
50-
- node-version: 22
51-
runner: windows-latest
5246
uses: ./.github/workflows/reusable-test.yml
5347
with:
5448
runner: ${{ matrix.runner }}
@@ -59,9 +53,9 @@ jobs:
5953
strategy:
6054
matrix:
6155
runner: [ubuntu-latest]
62-
node-version: [18, 20, 22]
56+
node-version: [18, 22]
6357
include:
64-
- node-version: 18
58+
- node-version: 22
6559
runner: windows-latest
6660
uses: ./.github/workflows/reusable-test.yml
6761
with:

0 commit comments

Comments
 (0)