1
0
mirror of https://github.com/actions/setup-node.git synced 2026-02-28 18:15:07 +08:00

Scope test lockfiles by package manager and update cache tests (#1495)

* fix security alerts

* fix security alerts

* address Copilot suggestions

---------

Co-authored-by: gowridurgad <gowridurgad@gmail.com>
This commit is contained in:
gowridurgad
2026-02-27 00:48:58 +05:30
committed by GitHub
parent c882bffdbd
commit 54045abd5d
11 changed files with 329 additions and 3350 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "pnpm-fixture",
"engines": {
"node": "^24.0.0"
},
"dependencies": {
"accepts": "^1.3.8",
"array-flatten": "^3.0.0",
"bytes": "^3.1.2",
"content-disposition": "^0.5.4"
}
}