Skip to content

Commit

Permalink
Require Node.js v10
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Jul 21, 2021
1 parent d018456 commit 96ff49f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 14.x]
node-version: [10.x, 12.x, 14.x, 16.x]

steps:

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"name": "Borewit",
"url": "https://github.com/Borewit"
},
"engines": {
"node": ">=10"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Borewit"
Expand Down

0 comments on commit 96ff49f

Please sign in to comment.