Skip to content

Commit

Permalink
ci: use npm v8
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Dec 19, 2022
1 parent 78b2785 commit 4636086
Show file tree
Hide file tree
Showing 2 changed files with 16,639 additions and 36 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
steps:
- checkout
- run:
name: Update NPM version
command: npm install -g npm@latest
name: Use NPM v8
command: npm install -g npm@^8
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run:
Expand Down
Loading

0 comments on commit 4636086

Please sign in to comment.