Skip to content

Commit

Permalink
Upgrade test-node-v12 to test-node-v14
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Oct 6, 2021
1 parent bdcfe69 commit ec54866
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ workflows:
- test:
requires:
- build
- test-node-v12:
- test-node-v14:
requires:
- build
- test-chrome:
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
./scripts/simapp/slow_stop.sh
./scripts/wasmd/stop.sh
./scripts/launchpad/stop.sh
test-node-v12:
test-node-v14:
machine:
# We can't use a containerized environment since it requires remote docker to start custom containers.
# However, we can't access the remote docker's network from the primary container. This is a
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
name: Install nodejs
# In the current image, `sudo apt install nodejs` requires `sudo apt update` which is too slow
command: |
wget -O "$HOME/nodejs.deb" https://deb.nodesource.com/node_12.x/pool/main/n/nodejs/nodejs_12.20.1-deb-1nodesource1_amd64.deb
wget -O "$HOME/nodejs.deb" https://deb.nodesource.com/node_14.x/pool/main/n/nodejs/nodejs_14.18.0-deb-1nodesource1_amd64.deb
sudo dpkg -i "$HOME/nodejs.deb"
- run:
name: Install yarn
Expand Down

0 comments on commit ec54866

Please sign in to comment.