Enable node module caching on GitLab CI
This commit is contained in:
parent
24172a4665
commit
2c8ea3ecc8
@ -3,6 +3,10 @@ image: "node:12-slim"
|
|||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
|
||||||
|
cache:
|
||||||
|
paths:
|
||||||
|
- node_modules/
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
- apt-get update
|
- apt-get update
|
||||||
|
Loading…
Reference in New Issue
Block a user