mirror of
https://github.com/actions/setup-node.git
synced 2025-12-17 22:07:51 +00:00
Upgrade to ESM and upgrade node fetch
This commit is contained in:
parent
2028fbc5c2
commit
100690a6a6
20 changed files with 16193 additions and 7907 deletions
|
|
@ -2,6 +2,7 @@
|
|||
"name": "setup-node",
|
||||
"version": "6.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"description": "setup node action",
|
||||
"main": "lib/setup-node.js",
|
||||
"engines": {
|
||||
|
|
@ -56,5 +57,8 @@
|
|||
"prettier": "^3.6.2",
|
||||
"ts-jest": "^29.4.1",
|
||||
"typescript": "^5.4.2"
|
||||
},
|
||||
"overrides": {
|
||||
"node-fetch": "^3.3.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue