mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
- `npm ci` is installation for, well, CI, and is a good bit faster - c.f. https://docs.npmjs.com/cli/v8/commands/npm-ci - cache `npm` installation with `setup-node` for speedier installs - upgrade `setup-node` as this was released in v2.2.0: https://github.com/actions/setup-node/releases/tag/v2.2.0