Regenerate package-lock.json with correct npm version
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
image: node:14
|
image: node:14
|
||||||
|
|
||||||
|
# This folder is cached between builds
|
||||||
|
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
|
||||||
|
cache:
|
||||||
|
paths:
|
||||||
|
- node_modules/
|
||||||
|
|
||||||
test_async:
|
test_async:
|
||||||
script:
|
script:
|
||||||
- npm install
|
- npm install
|
||||||
|
|||||||
Generated
+20
-14404
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user