@actions/core: convert to ESM module

This commit is contained in:
Daniel Kennedy
2026-01-28 20:50:58 -05:00
parent c9c663babe
commit ed3ea3b5ba
15 changed files with 95 additions and 48 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import * as command from '../src/command'
import * as command from '../src/command.js'
import * as os from 'os'
/* eslint-disable @typescript-eslint/unbound-method */