mirror of
https://github.com/actions/setup-node.git
synced 2026-02-28 07:23:30 +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:
12
__tests__/data/yarn/package.json
Normal file
12
__tests__/data/yarn/package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "yarn-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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user