Skip to content

Commit

Permalink
Use latest node at circle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrglo committed May 12, 2021
1 parent 8529d7b commit 500d32d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
working_directory: ~/repo
docker:
- image: circleci/node:16.1.0
- image: circleci/node
environment:
NODE_ENV: test
POSTGRES_HOST: 127.0.0.1
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
publish:
working_directory: ~/repo
docker:
- image: circleci/node:16.1.0
- image: circleci/node
steps:
- attach_workspace:
at: ~/repo
Expand Down

0 comments on commit 500d32d

Please sign in to comment.