Skip to content

Commit 6ab7d85

Browse files
authored
fix: gitlab build (#195)
1 parent 7dca07b commit 6ab7d85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
default:
2-
image: 'cimg/node:lts-browsers'
2+
image: 'cimg/node:current-browsers'
33

44
cache:
55
key:
66
files:
77
- package-lock.json
88
paths:
9-
- "$HOME/.npm/"
9+
- "./node_modules"
1010

1111
stages:
1212
- setup
@@ -17,7 +17,7 @@ stages:
1717
npm_install:
1818
stage: setup
1919
script:
20-
- npm ci
20+
- npm ci --include=dev
2121

2222
check_version:
2323
stage: build

0 commit comments

Comments
 (0)