@actions/exec: convert to ESM module

This commit is contained in:
Daniel Kennedy
2026-01-28 14:44:07 -05:00
parent a6e9f4bab2
commit 123c3678fa
16 changed files with 63 additions and 36 deletions
+3
View File
@@ -0,0 +1,3 @@
var fs = require('fs')
var data = fs.readFileSync(0, 'utf-8')
process.stdout.write(data)