mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 16:36:28 -05:00
15 lines
148 B
YAML
15 lines
148 B
YAML
|
|
language: node_js
|
|
node_js:
|
|
- "6"
|
|
- "8"
|
|
- "9"
|
|
- "lts/*"
|
|
|
|
#
|
|
# Cache the node_modules directory
|
|
#
|
|
cache:
|
|
directories:
|
|
- "node_modules"
|
|
|