Skip to content

Commit

Permalink
Use built-in version of NPM on CI (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops authored and frederikprijck committed Oct 27, 2023
1 parent 301ff9c commit d74ced1
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 @@ -13,9 +13,6 @@ jobs:
LANG: en_US.UTF-8
steps:
- checkout
- run:
name: Update NPM version
command: sudo npm install -g npm@latest
- run:
name: Install dependencies
command: npm install
Expand Down

0 comments on commit d74ced1

Please # to comment.