Skip to content

Commit

Permalink
fix node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Apr 28, 2021
1 parent 2456e62 commit 599bccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10, 12, 13, 14, 15]
node-version: [11, 12, 13, 14, 15, 16]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"main": "index.js",
"engines": {
"node": ">=10.0"
"node": ">=11.0"
},
"scripts": {
"test": "mocha"
Expand Down

0 comments on commit 599bccc

Please sign in to comment.