Use tools cache for faster install times on Windows by ManasJayanth · Pull Request #23 · esy/github-action
Add allowSyntheticDefaultImports = true
Because of validateNPMPackageName.
Otherwise,
```
14 import validateNPMPackageName from "validate-npm-package-name";
~~~~~~~~~~~~~~~~~~~~~~
node_modules/@types/validate-npm-package-name/index.d.ts:29:1
29 export = validate;
~~~~~~~~~~~~~~~~~~
This module is declared with 'export =', and can only be used with a default import when using the 'allowSyntheticDefaultImports' flag.
Found 1 error in index.ts:14
```
Add support for using package tags/versions in package name (spec)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters