Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
fix(build) Upgrade CircleCI to Node14
Browse files Browse the repository at this point in the history
Signed-off-by: jeromesimeon <jeromesimeon@me.com>
  • Loading branch information
jeromesimeon committed Oct 26, 2021
1 parent 8c71c79 commit 18cfc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -6,7 +6,7 @@ common_steps: &common_steps
- run:
name: "Install npm"
command: |
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs
mkdir -p ~/.npm-global
npm config set prefix $NPM_CONFIG_PREFIX
Expand Down

0 comments on commit 18cfc0e

Please sign in to comment.