Skip to content

Commit

Permalink
Add engines field. Add node 10.x to CI (#52)
Browse files Browse the repository at this point in the history
Fixes #51
  • Loading branch information
mcollina committed Oct 24, 2021
1 parent b66af50 commit beff8a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"bugs": {
"url": "http://github.com/mcollina/split2/issues"
},
"engines": {
"node": ">= 10.x"
},
"author": "Matteo Collina <hello@matteocollina.com>",
"license": "ISC",
"devDependencies": {
Expand Down

0 comments on commit beff8a0

Please sign in to comment.