Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: manually upgrade npm to latest
  • Loading branch information
chrisbreiding committed Nov 4, 2021
commit ef0b968524bef3cd32882705a324bf3715b49066
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
- image: cimg/node:14.18.1
steps:
- checkout
- run:
name: Upgrade npm
command: npm i -g npm
- run:
name: Environment Details
command: |
Expand Down