Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build(deps): Bump @octokit/action from 6.1.0 to 7.0.0 in the production-dependencies group #304

Merged
8 changes: 4 additions & 4 deletions __tests__/main.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as process from "process"
import * as exec from "@actions/exec"
import * as path from "path"
import {expect, test} from "@jest/globals"
const process = require("process");
const exec = require("@actions/exec");
const path = require("path");
const { expect, test } = require("@jest/globals");

function executeTest(version = "latest", platform = "host", architecture = "host", addToLibraryPath = "false") {
const options = {
Expand Down
Loading