Skip to content

Commit

Permalink
ci: use node.js 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed May 24, 2022
1 parent 089291d commit aa92ba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "10"
- "14"

before_script:
- npm install
Expand Down Expand Up @@ -33,4 +33,4 @@ deploy:
addons:
sonarcloud:
organization: "retejs"
token: $SONAR_TOKEN
token: $SONAR_TOKEN

0 comments on commit aa92ba5

Please sign in to comment.