Upgrade to ESM and upgrade node fetch

This commit is contained in:
Salman Muin Kayser Chishti 2025-10-14 14:07:58 +01:00
parent 2028fbc5c2
commit 100690a6a6
20 changed files with 16193 additions and 7907 deletions

View file

@ -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"
}
}