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)
* Update nodejs version to 16 * Update runtime used to node16
This commit is contained in:
parent
1926ba6435
commit
7cdf8a755e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- Ubuntu-20.04
|
- Ubuntu-20.04
|
||||||
- Ubuntu-22.04
|
- Ubuntu-22.04
|
||||||
nodejs:
|
nodejs:
|
||||||
- 12
|
- 16
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- name: Turn off auto-crlf
|
- name: Turn off auto-crlf
|
||||||
|
|
|
@ -26,5 +26,5 @@ inputs:
|
||||||
required: false
|
required: false
|
||||||
default: "fail"
|
default: "fail"
|
||||||
runs:
|
runs:
|
||||||
using: "node12"
|
using: "node16"
|
||||||
main: "lib/index.js"
|
main: "lib/index.js"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue