We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790ec39 commit e76c7a1Copy full SHA for e76c7a1
1 file changed
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
fail-fast: false
25
matrix:
26
os: [ubuntu-latest, macos-latest, windows-latest]
27
- node: [12, 14, 16]
+ node: [14, 16, 18, 19, 20]
28
arch: [x86, x64]
29
exclude:
30
- { os: ubuntu-latest, arch: x86 }
0 commit comments