mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
9 lines
159 B
YAML
9 lines
159 B
YAML
language: node_js
|
|
node_js:
|
|
- "7.3.0"
|
|
before_script:
|
|
- "mkdir -p ./.config && cp ./.ci-files/config.yml ./.config"
|
|
cache:
|
|
directories:
|
|
- node_modules
|