Skip to content

Commit 7f169fc

Browse files
authored
fix: upgrade node version for release step in circle CI (#110)
1 parent c8161cb commit 7f169fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
release:
2626
docker:
27-
- image: circleci/node:10
27+
- image: circleci/node:16
2828
steps:
2929
- checkout
3030
- run: yarn

0 commit comments

Comments
 (0)