Skip to content

Commit 10fef98

Browse files
Merge pull request #21 from epochtalk/semantic-release
chore(circle): update node version for semantic release
2 parents f9f286b + e9cd3cb commit 10fef98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22
jobs:
33
release:
44
docker:
5-
- image: circleci/node:12.14.1
5+
- image: circleci/node:14.17.6
66
steps:
77
- checkout
88
- run: yarn install

0 commit comments

Comments
 (0)