Skip to content

Commit

Permalink
ci: dont update npm on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Dec 17, 2024
1 parent 9ff9ba0 commit 7734c12
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
- image: cimg/node:22.3
steps:
- checkout
- run:
name: Update NPM version
command: sudo npm install -g npm@latest --ignore-scripts
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run:
Expand Down

0 comments on commit 7734c12

Please sign in to comment.