Skip to content

Commit

Permalink
test: nodejs v12 and v14 is still not patched
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Mar 19, 2021
1 parent 0078d4c commit 648d299
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -29,6 +29,14 @@ jobs:
- 10
- 12
- 14
exclude:
# Excludes nodejs v12 and v14 on windows
# https://github.com/nodejs/node/issues/34514
# It was patched in nodejs v15+.
- os: windows-latest
node: 12
- os: windows-latest
node: 14

steps:
- name: Clone repository
Expand Down

0 comments on commit 648d299

Please sign in to comment.