Skip to content

Commit

Permalink
build(env): Upgrade node to v14 and yarn to v1.22 (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoffan authored Sep 15, 2021
1 parent 5558bca commit 073fd65
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,7 +1,7 @@
# @desktop @mobile @enabled
language: node_js
node_js:
- '12'
- '14'
addons:
apt:
packages:
Expand All @@ -12,7 +12,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 HUSKY_SKIP_HOOKS=1
- export PATH=$HOME/.yarn/bin:$PATH
- export TZ=America/Los_Angeles
Expand Down

0 comments on commit 073fd65

Please sign in to comment.