Skip to content

Commit f00c4e3

Browse files
committed
Removed windows wasm test. Added node 18 and 20
1 parent 1591575 commit f00c4e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/verify.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ jobs:
118118
verify-wasm:
119119
strategy:
120120
matrix:
121-
os: [ macos-latest, windows-latest, ubuntu-latest ]
122-
node: [ 14, 16 ]
121+
os: [ macos-latest, ubuntu-latest ]
122+
node: [ 14, 16, 18, 20 ]
123123
fail-fast: false
124124
runs-on: ${{ matrix.os }}
125125
defaults:

0 commit comments

Comments
 (0)