Skip to content

Commit 479a85d

Browse files
feat: update to node 20
Signed-off-by: Saurav Sharma <[email protected]>
1 parent d2662ec commit 479a85d

File tree

7 files changed

+506
-370
lines changed

7 files changed

+506
-370
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@v3
4949
- uses: actions/setup-node@v3
5050
with:
51-
node-version: 16
51+
node-version: 20
5252
- run: |
5353
corepack enable
5454
- id: test-action

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v20

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ outputs:
2121
env-file:
2222
description: "Env file location"
2323
runs:
24-
using: "node16"
24+
using: "node20"
2525
main: "dist/index.js"

0 commit comments

Comments
 (0)