We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574e701 commit 88379e4Copy full SHA for 88379e4
.circleci/config.yml
@@ -2,10 +2,10 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- - image: circleci/node:latest@sha256:73d762d056eed72c1b5d9a23e8afabfd60bee56302ce860cd1e38e4da19465b7
+ - image: circleci/node:latest
6
steps:
7
- checkout
8
- - run: sudo npm install -g yarn semantic-release@12.0.0
+ - run: sudo npm install -g semantic-release
9
- run: yarn install
10
- run: yarn test
11
- run: semantic-release
0 commit comments