Skip to content

Commit

Permalink
fix: upgrade node version for release step in circle CI (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
chohmann authored Apr 15, 2022
1 parent c8161cb commit 7f169fc
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 @@ -24,7 +24,7 @@ jobs:
release:
docker:
- image: circleci/node:10
- image: circleci/node:16
steps:
- checkout
- run: yarn
Expand Down

0 comments on commit 7f169fc

Please sign in to comment.