Skip to content

Commit 483b858

Browse files
committed
fix: update default runtime from node16 to node20
This commit is modeled after actions/checkout#1436
1 parent 79fe257 commit 483b858

File tree

3 files changed

+1542
-2235
lines changed

3 files changed

+1542
-2235
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ inputs:
1818
default: false
1919

2020
runs:
21-
using: node16
21+
using: node20
2222
main: dist/index.js

0 commit comments

Comments
 (0)