mirror of
https://github.com/actions/setup-node.git
synced 2026-08-28 19:43:56 +08:00
Compare commits
1 Commits
ad4b71a6a2
...
readmeupda
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
049908bf07 |
@@ -12,9 +12,10 @@ This action provides the following functionality for GitHub Actions users:
|
|||||||
- Registering problem matchers for error output
|
- Registering problem matchers for error output
|
||||||
- Configuring authentication for GPR or npm
|
- Configuring authentication for GPR or npm
|
||||||
|
|
||||||
## Breaking changes in V7
|
## What's new in V7
|
||||||
|
|
||||||
- **Migrated to ESM** to enable support for the latest `@actions/*` package versions.
|
The V7 edition of the action includes:
|
||||||
|
- Migrated action internals to ESM for compatibility with latest `@actions/*` packages. No changes to action inputs, outputs, or behavior.
|
||||||
|
|
||||||
## Breaking changes in V6
|
## Breaking changes in V6
|
||||||
|
|
||||||
|
|||||||
971
package-lock.json
generated
971
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -56,6 +56,6 @@
|
|||||||
"jest-each": "^30.4.1",
|
"jest-each": "^30.4.1",
|
||||||
"prettier": "^3.8.4",
|
"prettier": "^3.8.4",
|
||||||
"ts-jest": "^29.4.11",
|
"ts-jest": "^29.4.11",
|
||||||
"typescript": "^7.0.2"
|
"typescript": "^6.0.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user