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

Lines changed: 2 additions & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy