Skip to content

Commit

Permalink
build(ci): use npm v8.x (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
z0al authored Nov 29, 2022
1 parent 329b6af commit 92d0e91
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 522 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ commands:
npm_install:
steps:
- restore_cache: *cache-key
- run: npm i -g npm@^8
- run: node -v
- run: npm -v
- run: npm ci
- save_cache:
<<: *cache-key
Expand Down
Loading

0 comments on commit 92d0e91

Please sign in to comment.