We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959af12 commit 8b8c93bCopy full SHA for 8b8c93b
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
test:
4
docker:
5
- - image: circleci/node:latest
+ - image: circleci/node:4.9.0
6
steps:
7
- checkout
8
- run: npm install
0 commit comments