Skip to content

Commit

Permalink
remove deprecated CircleCi image and bump the node version for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
amirandalibi committed Aug 16, 2022
1 parent 6f4a54c commit 9dc2951
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 @@ -2,7 +2,7 @@ version: 2
jobs:
test:
docker:
- image: node:8.9.0
- image: cimg/node:14.19.0
working_directory: ~/repo
steps:
- checkout
Expand All @@ -11,7 +11,7 @@ jobs:
- v2-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v2-dependencies-
- run: npm install
- run: npm ci
- run:
name: Run tests
command: npm test
Expand Down

0 comments on commit 9dc2951

Please sign in to comment.