Skip to content

Commit f9640d3

Browse files
Use Node 20 (#14)
1 parent d6638b7 commit f9640d3

File tree

6 files changed

+147
-334
lines changed

6 files changed

+147
-334
lines changed

.github/workflows/snyk.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/typescript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
node-version:
17-
- 16.x
17+
- 20.x
1818

1919
steps:
2020
- name: Checkout Repository

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export async function getHashicorpRelease(binary: string, version: string) {
1111
version = "latest";
1212
}
1313
core.info(
14-
`Installing ${binary}:${version} and adding it to GitHub Actions Path`
14+
`Installing ${binary}:${version} and adding it to GitHub Actions Path`,
1515
);
1616
try {
1717
await setupBinary(binary, version);

0 commit comments

Comments
 (0)