Skip to content

Commit

Permalink
fix: gitlab build (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmalinowski authored Jun 23, 2021
1 parent 7dca07b commit 6ab7d85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
default:
image: 'cimg/node:lts-browsers'
image: 'cimg/node:current-browsers'

cache:
key:
files:
- package-lock.json
paths:
- "$HOME/.npm/"
- "./node_modules"

stages:
- setup
Expand All @@ -17,7 +17,7 @@ stages:
npm_install:
stage: setup
script:
- npm ci
- npm ci --include=dev

check_version:
stage: build
Expand Down

0 comments on commit 6ab7d85

Please sign in to comment.