Skip to content

Commit 648d299

Browse files
committed
test: nodejs v12 and v14 is still not patched
1 parent 0078d4c commit 648d299

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ jobs:
2929
- 10
3030
- 12
3131
- 14
32+
exclude:
33+
# Excludes nodejs v12 and v14 on windows
34+
# https://github.com/nodejs/node/issues/34514
35+
# It was patched in nodejs v15+.
36+
- os: windows-latest
37+
node: 12
38+
- os: windows-latest
39+
node: 14
3240

3341
steps:
3442
- name: Clone repository

0 commit comments

Comments
 (0)