Skip to content

Commit 9d5a42b

Browse files
committed
Test on node 14 only until backport of required node PR
PR: nodejs/node#34819
1 parent 130560b commit 9d5a42b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
name: "*nix Tests"
1515
strategy:
1616
matrix:
17-
node: [10, 12, 14]
17+
# TODO wait for https://github.com/nodejs/node/pull/34819 backport to 10 + 12
18+
node: [14]
1819
os: [ubuntu-16.04, macOS-10.15]
1920
runs-on: ${{ matrix.os }}
2021
steps:
@@ -72,7 +73,8 @@ jobs:
7273
name: Windows Tests
7374
strategy:
7475
matrix:
75-
node: [10, 12, 14]
76+
# TODO wait for https://github.com/nodejs/node/pull/34819 backport to 10 + 12
77+
node: [14]
7678
arch: [x86, x64]
7779
runs-on: windows-2016
7880
steps:

0 commit comments

Comments
 (0)