Skip to content

Commit d8e1ba8

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
node: ${{ fromJSON(
7272
inputs.target == 'wasm32-wasip1-threads'
7373
&& '[20]'
74-
|| (contains(inputs.target, 'linux') && '[16, 18, 20]'
75-
|| '[18]') )}}
74+
|| (contains(inputs.target, 'linux') && '[18, 20, 22]')
75+
|| '[22]') )}}
7676
name: Test Node ${{ matrix.node }}
7777
defaults:
7878
run:

0 commit comments

Comments
 (0)