We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075436f commit 98deaf5Copy full SHA for 98deaf5
1 file changed
.github/workflows/ci.yml
@@ -31,20 +31,22 @@ jobs:
31
fail-fast: false
32
matrix:
33
os:
34
- - ubuntu-latest
35
- - macos-latest
+ - ubuntu-latest
+ - macos-latest
36
node:
37
- - 14
38
- # - '*'
+ - 14
+ - 16
39
+ - 18
40
+ - 20
41
test-command:
- - test:bin
- - test:fast
42
+ - test:bin
43
+ - test:fast
44
exclude:
45
# - os: macos-latest
46
# node: '*'
- - os: macos-latest
- node: 14
47
- test-command: test:fast
+ - os: macos-latest
48
+ node: 14
49
+ test-command: test:fast
50
51
runs-on: ${{ matrix.os }}
52
0 commit comments