remove require statement

This commit is contained in:
Jill Regan
2026-02-24 10:44:26 -05:00
parent 639ddd6614
commit e6b45e828c
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
{
"type": "commonjs"
"type": "module"
}

View File

@@ -1,4 +1,4 @@
const core = require("@actions/core");
import * as core from "@actions/core";
const configure = () => {
const OP_CONNECT_HOST =