Skip to content

Commit

Permalink
fix: update default runtime from node16 to node20
Browse files Browse the repository at this point in the history
This commit is modeled after
actions/checkout#1436
  • Loading branch information
EricCrosson committed Sep 4, 2023
1 parent 79fe257 commit 483b858
Show file tree
Hide file tree
Showing 3 changed files with 1,542 additions and 2,235 deletions.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -18,5 +18,5 @@ inputs:
default: false

runs:
using: node16
using: node20
main: dist/index.js

0 comments on commit 483b858

Please sign in to comment.