1
0
Fork 0
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:
shimataro 2020-01-19 11:57:29 +09:00 committed by GitHub
parent 08e7847a0b
commit 9498a2547e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": {