Skip to content

Commit aa4ac1b

Browse files
authored
ci(): use next-gen convenience image; update npm version without sudo
1 parent 66dc3ca commit aa4ac1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
build:
1818
working_directory: ~/nest
1919
docker:
20-
- image: circleci/node:17
20+
- image: cimg/node:17.9
2121
steps:
2222
- checkout
2323
- run:
2424
name: Update NPM version
25-
command: 'sudo npm install -g npm@latest'
25+
command: npm install -g npm@latest
2626
- restore_cache:
2727
key: dependency-cache-{{ checksum "package.json" }}
2828
- run:

0 commit comments

Comments
 (0)