mirror of
https://github.com/holidayapi/holidayapi-node.git
synced 2025-06-21 12:36:33 +00:00
* test: Added Node.js v14.x to the test suite. * perf: Updated dependencies. * docs: Drop blurb about migration from v2 as it will be covered in release notes. * chore: Bumped minor version since compatibility has increased.
12 lines
114 B
YAML
12 lines
114 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- 8
|
|
- 10
|
|
- 12
|
|
- 13
|
|
- 14
|
|
|
|
script:
|
|
- npm run lint
|
|
- npm run test:coverage
|