Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
build: change accepted node versions to >= 12 <15
Browse files Browse the repository at this point in the history
  • Loading branch information
klemenoslaj committed Nov 19, 2020
1 parent 0f0b4e9 commit f76f86d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ addons:
notifications:
email: false
node_js:
- "14"
- "12"
- "11"
- "10"

script: echo "Running tests against $(node -v) ..."

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
}
},
"engines": {
"node": ">= v10.16.0",
"node": ">=12.0.0 <15.0.0",
"yarn": ">= 1.17.3"
}
}
}

0 comments on commit f76f86d

Please sign in to comment.