Skip to content

Commit

Permalink
Circle ci: update to node 1, npm 7
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipChalupa committed Apr 12, 2023
1 parent 52fc6d3 commit 7ed7e37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ jobs:
build:
working_directory: ~/manGoweb/mango-cli
docker:
- image: circleci/node:12
- image: circleci/node:14
steps:
- checkout
- run:
name: update-npm
command: 'sudo npm install -g npm@latest'
command: 'sudo npm install -g npm@7'
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run:
Expand Down

0 comments on commit 7ed7e37

Please sign in to comment.