mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
Enable node module caching on GitLab CI
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user