Skip to content

Commit

Permalink
fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelz committed May 24, 2023
1 parent 62b22c5 commit 6a416f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- v1-dependencies-{{ checksum "Gemfile.lock" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: sudo apt uninstall nodejs npm
- run: sudo apt remove nodejs npm
- run: curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash -
- run: sudo apt list -a nodejs
- run: sudo apt install nodejs npm
Expand Down

0 comments on commit 6a416f5

Please sign in to comment.