Skip to content

Commit d2b26e4

Browse files
authored
Merge pull request #73 from snyk/develop
release
2 parents a12642b + 334140c commit d2b26e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ jobs:
55
docker:
66
- image: circleci/node:12
77
steps:
8+
- checkout
89
- restore_cache:
910
keys:
1011
- v2-{{ .Branch }}-{{ .Revision }}
1112
- v2-{{ .Branch }}
1213
- v2-
13-
- checkout
1414
- run:
1515
name: Install
1616
command: npm install
@@ -25,12 +25,12 @@ jobs:
2525
docker:
2626
- image: circleci/node:12
2727
steps:
28+
- checkout
2829
- restore_cache:
2930
keys:
3031
- v2-{{ .Branch }}-{{ .Revision }}
3132
- v2-{{ .Branch }}
3233
- v2-
33-
- checkout
3434
- run:
3535
name: Install
3636
command: npm install

0 commit comments

Comments
 (0)