Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 7594522

Browse files
committed
fix: update circle.yml with semantic-release
1 parent d627df0 commit 7594522

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

circle.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
machine:
22
node:
3-
version: 6.5.0
3+
# need Node 8 for latest semantic release
4+
version: 8
5+
test:
6+
override:
7+
- npm test
8+
post:
9+
- npm run semantic-release || true

0 commit comments

Comments
 (0)