Skip to content

Commit 9aef11e

Browse files
committed
WIPEME: restrict ci matrix for testing
1 parent afc228b commit 9aef11e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
YARN_VERSION: ${{ steps.yarn-version.outputs.YARN_VERSION }}
1515
strategy:
1616
matrix:
17-
node-version: [16.x, 18.x, 20.x]
17+
node-version: [18.x, 20.x]
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Use Node.js ${{ matrix.node-version }}
@@ -41,7 +41,7 @@ jobs:
4141
- prepare
4242
strategy:
4343
matrix:
44-
node-version: [16.x, 18.x, 20.x]
44+
node-version: [18.x, 20.x]
4545
steps:
4646
- uses: actions/checkout@v3
4747
- name: Use Node.js ${{ matrix.node-version }}
@@ -84,7 +84,7 @@ jobs:
8484
- prepare
8585
strategy:
8686
matrix:
87-
node-version: [16.x, 18.x, 20.x]
87+
node-version: [18.x]
8888
steps:
8989
- uses: actions/checkout@v3
9090
- name: Use Node.js ${{ matrix.node-version }}
@@ -118,7 +118,7 @@ jobs:
118118
- prepare
119119
strategy:
120120
matrix:
121-
node-version: [16.x, 18.x, 20.x]
121+
node-version: [18.x]
122122
steps:
123123
- uses: actions/checkout@v3
124124
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)