Skip to content

Commit

Permalink
Fix Node 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Nov 9, 2020
1 parent e46e3e6 commit a0f70af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
node-version: [14.x]
node-version: [8.17.0, 14.x]
exclude:
- os: macOS-latest
node-version: 8.17.0
- os: windows-latest
node-version: 8.17.0
fail-fast: false
steps:
- name: Git checkout
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@
"nyc": "^15.1.0"
},
"engines": {
"node": ">=14.0.0"
"node": ">=8.3.0"
}
}

0 comments on commit a0f70af

Please # to comment.