Skip to content

Commit 5ca63e3

Browse files
authored
Merge pull request #1 from latchdevel/feature/bump-node-version-to-20
Update versions in the project dependency manifesto
2 parents 778bbac + 652d950 commit 5ca63e3

File tree

5 files changed

+2271
-25786
lines changed

5 files changed

+2271
-25786
lines changed

__tests__/main.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ import * as installer from "../src/installer";
1616

1717
// Inputs for mock @actions/core
1818
let inputs = {
19-
token: process.env.GITHUB_TOKEN || ""
19+
token: process.env.GITHUB_TOKEN || "",
2020
} as any;
2121

2222
describe("installer tests", () => {
23-
beforeEach(async function() {
23+
beforeEach(async function () {
2424
// Mock getInput
2525
jest.spyOn(core, "getInput").mockImplementation((name: string) => {
2626
return inputs[name];

0 commit comments

Comments
 (0)