Skip to content

Commit

Permalink
ci: remove npm update
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jan 3, 2025
1 parent f95cff7 commit 3a35591
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 @@ -20,9 +20,6 @@ jobs:
- image: cimg/node:22.3
steps:
- checkout
- run:
name: Update NPM version
command: sudo npm install -g npm@latest
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run:
Expand Down

0 comments on commit 3a35591

Please sign in to comment.