1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

Update nodejs version to 16 (#208) (#216)

* Update nodejs version to 16 (#208)

* Update nodejs version to 16

* Update runtime used to node16

* update CHANGELOG

Co-authored-by: Davide Doronzo <duddu@users.noreply.github.com>
This commit is contained in:
shimataro 2022-10-30 22:47:45 +09:00 committed by GitHub
parent 1926ba6435
commit fc21805258
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -26,5 +26,5 @@ inputs:
required: false
default: "fail"
runs:
using: "node12"
using: "node16"
main: "lib/index.js"