Skip to content

Commit 9464dfc

Browse files
committed
ci: run tests on node 8 and node 10
1 parent 6da5365 commit 9464dfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ before_script:
77
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
88
- npm install
99

10-
test:node6:
11-
image: gcr.io/help-1272/node:6
10+
test:node10:
11+
image: gcr.io/help-1272/node:10
1212
stage: test
1313
script:
1414
- npm test -- --coverage-report=text-summary

0 commit comments

Comments
 (0)