Skip to content

Commit

Permalink
Upgrade CI to circleci/node:14
Browse files Browse the repository at this point in the history
  • Loading branch information
lionello committed Sep 23, 2022
1 parent 0db8b98 commit 27bc5c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -7,8 +7,8 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:7.10
- image: circleci/node:14

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
Expand All @@ -32,7 +32,7 @@ jobs:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}

# run tests!
- run: yarn test

0 comments on commit 27bc5c1

Please sign in to comment.