Skip to content

Commit

Permalink
#28: Update Node version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Jul 6, 2024
1 parent e7bad36 commit 882507d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ GitHub Actions will run the entry point from the `action.yml`
```yml
runs:
using: "node16"
using: "node20"
main: "dist/index.js" # <== entry point
```
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ inputs:
required: true
default: ""
runs:
using: "node16"
using: "node20"
main: "dist/index.js"

0 comments on commit 882507d

Please sign in to comment.