Skip to content

Commit 88379e4

Browse files
authored
Update config.yml
1 parent 574e701 commit 88379e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/node:latest@sha256:73d762d056eed72c1b5d9a23e8afabfd60bee56302ce860cd1e38e4da19465b7
5+
- image: circleci/node:latest
66
steps:
77
- checkout
8-
- run: sudo npm install -g yarn semantic-release@12.0.0
8+
- run: sudo npm install -g semantic-release
99
- run: yarn install
1010
- run: yarn test
1111
- run: semantic-release

0 commit comments

Comments
 (0)