Skip to content

Commit

Permalink
Merge pull request #2276 from mozilla/update-node-version
Browse files Browse the repository at this point in the history
sync NPM and CircleCI versions of Node to 14.17
  • Loading branch information
toufali authored Aug 31, 2021
2 parents 1b7eb0d + a700dc3 commit e6494d1
Show file tree
Hide file tree
Showing 3 changed files with 23,159 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
command: |
export NVM_DIR="/opt/circleci/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
nvm install 14 --default
nvm install 14.17 --default
node -v
cp .env-dist .env
npm install
Expand Down
Loading

0 comments on commit e6494d1

Please sign in to comment.