Skip to content

Commit

Permalink
ci: use the Node 16 Docker image for the release job
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Aug 9, 2021
1 parent e166132 commit ceb6ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -69,7 +69,7 @@ jobs:

release:
docker:
- image: circleci/node:10.22
- image: circleci/node:16
steps:
- checkout
- *step-restore-cache
Expand Down

0 comments on commit ceb6ad5

Please sign in to comment.