Skip to content

Commit c8b15ac

Browse files
authored
chore(ci): update test node matrix (#10871)
chore: update test node matrix
1 parent 973bd5c commit c8b15ac

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/reusable-build-test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,9 @@ jobs:
6969
fail-fast: false # wait for all test to finish for determining if it's node version based problem or general problem
7070
matrix:
7171
node: ${{ fromJSON(
72-
inputs.target == 'wasm32-wasip1-threads'
73-
&& '[20]'
74-
|| (contains(inputs.target, 'linux') && '[16, 18, 20]'
75-
|| '[18]') )}}
72+
inputs.target == 'wasm32-wasip1-threads'&& '[20]'
73+
|| contains(inputs.target, 'linux') && '[18, 20, 22]'
74+
|| '[22]') }}
7675
name: Test Node ${{ matrix.node }}
7776
defaults:
7877
run:

0 commit comments

Comments
 (0)