@actions/exec: convert to ESM module

This commit is contained in:
Daniel Kennedy
2026-01-28 13:55:13 -05:00
parent a6e9f4bab2
commit 123c3678fa
16 changed files with 63 additions and 36 deletions
+10 -7
View File
@@ -1,22 +1,25 @@
{
"name": "@actions/exec",
"version": "2.0.0",
"version": "3.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@actions/exec",
"version": "2.0.0",
"version": "3.0.0",
"license": "MIT",
"dependencies": {
"@actions/io": "^2.0.0"
"@actions/io": "file:../io"
}
},
"node_modules/@actions/io": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@actions/io/-/io-2.0.0.tgz",
"integrity": "sha512-Jv33IN09XLO+0HS79aaODsvIRyduiF7NY/F6LYeK5oeUmrsz7aFdRphQjFoESF4jS7lMauDOttKALcpapVDIAg==",
"../io": {
"name": "@actions/io",
"version": "3.0.0",
"license": "MIT"
},
"node_modules/@actions/io": {
"resolved": "../io",
"link": true
}
}
}