Skip to content

Commit f0ce11d

Browse files
committed
node_upgrade Upgrade to Node v16
1 parent 9281be0 commit f0ce11d

File tree

4 files changed

+20397
-10069
lines changed

4 files changed

+20397
-10069
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: 2.1
55
config: &config
66
working_directory: ~/repo
77
docker:
8-
- image: cimg/node:14.18
8+
- image: cimg/node:16.15
99

1010
persist-workspace: &persist-workspace
1111
persist_to_workspace:
@@ -37,7 +37,7 @@ jobs:
3737
# install dependencies - do this AFTER we do the optional branch checkout of the api client
3838
- run:
3939
name: Install npm modules
40-
command: npm install --no-audit
40+
command: npm install --no-audit --legacy-peer-deps
4141

4242
# Save node_modules dependencies
4343
- save_cache:

0 commit comments

Comments
 (0)