mirror of
https://github.com/actions/setup-go.git
synced 2026-07-16 03:23:56 +03:00
0778a10ce4
* Migrate to ESM and upgrade dependencies * Remove unused tsconfig.eslint.json * bump version to 7.0.0 in package.json and package-lock.json * Add ESM migration note to README for V7 * Remove unnecessary devDependencies: ts-node, @types/jest * npm audit fix * Update README with ESM migration details Clarified migration details to ESM for action compatibility. * Downgrade @types/node to ^24, clean up tsconfig and README.
19 lines
245 B
YAML
19 lines
245 B
YAML
sources:
|
|
npm: true
|
|
|
|
allowed:
|
|
- apache-2.0
|
|
- bsd-2-clause
|
|
- bsd-3-clause
|
|
- isc
|
|
- mit
|
|
- cc0-1.0
|
|
- unlicense
|
|
- 0bsd
|
|
- blueoak-1.0.0
|
|
|
|
reviewed:
|
|
npm:
|
|
- "@actions/http-client"
|
|
- "balanced-match"
|
|
- "brace-expansion" |