Skip to content

Commit

Permalink
ci: use Node 14 for the release step (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
malept authored Dec 14, 2020
1 parent 080feca commit 1d840d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

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

0 comments on commit 1d840d0

Please sign in to comment.