Skip to content

Commit 02636a2

Browse files
authored
ci(): use next-gen convenience image; update npm version without sudo
1 parent 7709b92 commit 02636a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 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:
@@ -38,7 +38,7 @@ jobs:
3838
test:
3939
working_directory: ~/nest
4040
docker:
41-
- image: circleci/node:17
41+
- image: cimg/node:17.9
4242
steps:
4343
- checkout
4444
- *restore-cache

0 commit comments

Comments
 (0)