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 130560b commit 9d5a42bCopy full SHA for 9d5a42b
.github/workflows/tests.yml
@@ -14,7 +14,8 @@ jobs:
14
name: "*nix Tests"
15
strategy:
16
matrix:
17
- node: [10, 12, 14]
+ # TODO wait for https://github.com/nodejs/node/pull/34819 backport to 10 + 12
18
+ node: [14]
19
os: [ubuntu-16.04, macOS-10.15]
20
runs-on: ${{ matrix.os }}
21
steps:
@@ -72,7 +73,8 @@ jobs:
72
73
name: Windows Tests
74
75
76
77
78
arch: [x86, x64]
79
runs-on: windows-2016
80
0 commit comments