Skip to content

Commit b918388

Browse files
authored
Update config.yml
1 parent 9c25d4a commit b918388

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
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
# specify the version you desire here
10-
- image: circleci/node:8.17.0
10+
- image: circleci/node:12.13.0
1111
environment:
1212
PORT: 3000
1313
# CircleCI PostgreSQL images available at: https://hub.docker.com/r/circleci/postgres/
@@ -25,9 +25,9 @@ jobs:
2525
# Download and cache dependencies
2626
- restore_cache:
2727
keys:
28-
- v2-dependencies-{{ checksum "package.json" }}
28+
- v3-dependencies-{{ checksum "package.json" }}
2929
# fallback to using the latest cache if no exact match is found
30-
- v2-dependencies-
30+
- v3-dependencies-
3131

3232
- run: npm install
3333

0 commit comments

Comments
 (0)