mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* remove spaces in node version (#79)
This commit is contained in:
parent
08e7847a0b
commit
9498a2547e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
"description": "Install SSH key in .ssh",
|
||||
"main": "lib/main.js",
|
||||
"engines": {
|
||||
"node": ">= 8.0.0",
|
||||
"node": ">=8.0.0",
|
||||
"npm": ">=5.7.0"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue