mirror of
https://github.com/actions/setup-node.git
synced 2026-02-28 02:04:42 +08:00
* fix security alerts * fix security alerts * address Copilot suggestions --------- Co-authored-by: gowridurgad <gowridurgad@gmail.com>
12 lines
210 B
JSON
12 lines
210 B
JSON
{
|
|
"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"
|
|
}
|
|
} |