Skip to content

Commit a0d4a92

Browse files
committed
bump Node.js to supported version
1 parent 6f9aa2f commit a0d4a92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
node:
25-
- 16
2625
- 18
26+
- 20
2727

2828
steps:
2929
- name: Checkout Repo

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ outputs:
4646
description: The arguments of the command
4747

4848
runs:
49-
using: "node16"
49+
using: "node20"
5050
main: "dist/index.js"

0 commit comments

Comments
 (0)