We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52eb25 commit e412df4Copy full SHA for e412df4
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- - image: circleci/node:latest
+ - image: circleci/node:8
6
steps:
7
- checkout
8
- run: sudo yarn global add semantic-release
0 commit comments