mirror of
https://github.com/holidayapi/holidayapi-node.git
synced 2025-06-21 04:26:33 +00:00
Updated dependencies and resolved the recent security vulnerabilities. Also added linting to the CI pipeline and split out testing into two scripts to make it easier to run tests locally.
11 lines
107 B
YAML
11 lines
107 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- 8
|
|
- 10
|
|
- 12
|
|
- 13
|
|
|
|
script:
|
|
- npm run lint
|
|
- npm run test:coverage
|