mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 08:26:29 -05:00
16 lines
160 B
YAML
16 lines
160 B
YAML
|
|
language: node_js
|
|
node_js:
|
|
- "lts/*"
|
|
- "15"
|
|
- "14"
|
|
- "13"
|
|
- "12"
|
|
|
|
#
|
|
# Cache the node_modules directory
|
|
#
|
|
cache:
|
|
directories:
|
|
- "node_modules"
|
|
|