Skip to content

Commit e9ccd16

Browse files
Update config.yml
1 parent ea264dc commit e9ccd16

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: cimg/node:17.9
20+
- image: cimg/node:19.3
2121
steps:
2222
- checkout
2323
- run:
2424
name: Update NPM version
25-
command: npm install -g npm@latest
25+
command: sudo npm install -g npm@latest
2626
- restore_cache:
2727
key: dependency-cache-{{ checksum "package.json" }}
2828
- run:
@@ -79,4 +79,4 @@ workflows:
7979
- integration_tests:
8080
requires:
8181
- build
82-
82+

0 commit comments

Comments
 (0)