Skip to content

Commit

Permalink
💚 use Node.js 14 instead of Node.js stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
kayo5994 committed May 8, 2021
1 parent c88ee88 commit bbaa63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cache:
- node_modules
node_js:
- "10.15.1"
- "stable"
- "14"
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.15.2
- export PATH="$HOME/.yarn/bin:$PATH"
Expand Down

0 comments on commit bbaa63a

Please sign in to comment.