mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
Feature/node20 (#268)
* Update to Node 20 (#267) * Update action.yml * Update build.yml * update CHANGELOG * Drop old containers * update CHANGELOG --------- Co-authored-by: Po Chen <chenpaul914@gmail.com>
This commit is contained in:
parent
38b53cb2f4
commit
8f0e25e199
5 changed files with 9 additions and 7 deletions
|
@ -26,6 +26,6 @@ inputs:
|
|||
required: false
|
||||
default: "fail"
|
||||
runs:
|
||||
using: "node16"
|
||||
using: "node20"
|
||||
main: "./dist/main.js"
|
||||
post: "./dist/post.js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue