UNPKG

317 BYAMLView Raw
1version: 2
2jobs:
3 build:
4 working_directory: ~/slab-cli
5 docker:
6 - image: node:8.0
7 steps:
8 - run:
9 name: "Checking Versions"
10 command: |
11 node --version
12 npm --version
13 - run:
14 name: update-npm
15 command: 'npm install -g npm@latest'