astro-ghostcms/.pnpm-store/v3/files/9f/ee1c0df8c2098d418ba0816e47e...

15 lines
140 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
language: node_js
node_js:
- "6"
- "5"
- "4"
install:
- make node_modules
script:
- make lint
- make test
- make coveralls