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 Dec 17, 2020
1 parent e1c1182 commit 58d4928
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 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 All @@ -25,7 +24,7 @@ jobs:
script: skip
deploy:
provider: script
cleanup: true
skip_cleanup: true
script:
- yarn && yarn build:prod && yarn semantic-release

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 58d4928

Please sign in to comment.