Skip to content

Commit

Permalink
feat: upgrade from node16 to node20 (#8)
Browse files Browse the repository at this point in the history
Node 16 has reached end of life, so GitHub is deprecating it and adding
warnings to any actions that use it.
  • Loading branch information
rgriege committed Jan 26, 2024
1 parent 91e108a commit 8dfa9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ inputs:
required: false

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

0 comments on commit 8dfa9cf

Please sign in to comment.