Skip to content

Commit 961c9eb

Browse files
feat: update action runner to use NodeJS 20 (#12)
Signed-off-by: Bram Vogelaar <[email protected]> Co-authored-by: Kerim Satirli <[email protected]>
1 parent 7ee7336 commit 961c9eb

File tree

4 files changed

+189
-60
lines changed

4 files changed

+189
-60
lines changed

.github/workflows/typescript.yml

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

1919
steps:
2020
- name: Checkout Repository

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ outputs:
1515
version:
1616
description: "The Nomad Pack version that was installed and added to PATH."
1717
runs:
18-
using: "node16"
18+
using: "node20"
1919
main: "dist/index.js"
2020
branding:
2121
icon: "archive"

0 commit comments

Comments
 (0)