Skip to content

Commit 2d33f3d

Browse files
committed
chore: update test node matrix
1 parent a59a4d9 commit 2d33f3d

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: true # for better utilize ci runners
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)