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:
|
||||
- test
|
||||
|
||||
cache:
|
||||
paths:
|
||||
- node_modules/
|
||||
|
||||
before_script:
|
||||
# Install dependencies
|
||||
- apt-get update
|
||||
|
|
Loading…
Reference in New Issue