Run test on windows as well

This commit is contained in:
Joseph Garrone 2020-10-23 02:53:24 +02:00
parent ccbbcf384d
commit b3929f4657
4 changed files with 312 additions and 255 deletions

View file

@ -15,7 +15,7 @@ This template automates the boring and tedious tasks of:
- Filling up the ``package.json``
- Setting up Typescript.
- Writing a [README.md](https://github.com/garronej/ts_ci/blob/master/README.template.md) with decent presentation and instructions on how to install/import your module.
- Testing on multiple Node version before publishing.
- Testing on multiple Node version running on Ubuntu and Windows before publishing.
- Maintaining a CHANGELOG.
- Publishing on NPM and creating corresponding GitHub releases.