Skip to content

Commit

Permalink
build(env): Upgrade node to v14 and yarn to v1.22 (#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoffan authored Sep 15, 2021
1 parent 9758340 commit 88c55d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/erbium
lts/fermium
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:
- '12'
- '14'
addons:
apt:
packages:
Expand All @@ -11,7 +11,7 @@ cache:
- node_modules
- ~/.cache/Cypress
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.19.1
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.22.5
- export PATH=$HOME/.yarn/bin:$PATH
jobs:
include:
Expand Down

0 comments on commit 88c55d8

Please sign in to comment.