Skip to content

Commit

Permalink
node_upgrade Upgrade to Node v16
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsakky committed Jun 20, 2022
1 parent 9281be0 commit f0ce11d
Show file tree
Hide file tree
Showing 4 changed files with 20,397 additions and 10,069 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 2.1
config: &config
working_directory: ~/repo
docker:
- image: cimg/node:14.18
- image: cimg/node:16.15

persist-workspace: &persist-workspace
persist_to_workspace:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
# install dependencies - do this AFTER we do the optional branch checkout of the api client
- run:
name: Install npm modules
command: npm install --no-audit
command: npm install --no-audit --legacy-peer-deps

# Save node_modules dependencies
- save_cache:
Expand Down
Loading

0 comments on commit f0ce11d

Please sign in to comment.