@actions/artifact: convert to an ESM module

This commit is contained in:
Daniel Kennedy
2026-01-28 21:44:48 -05:00
parent ed3ea3b5ba
commit 99c24207f2
35 changed files with 468 additions and 515 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import * as config from '../src/internal/shared/config'
import * as config from '../src/internal/shared/config.js'
import os from 'os'
// Mock the `cpus()` function in the `os` module