mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
version 2.3.0 (#182)
This commit is contained in:
parent
954c620b17
commit
4dfaf8f393
3 changed files with 266 additions and 167 deletions
16
package.json
16
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "install-ssh-key",
|
||||
"version": "2.2.0",
|
||||
"version": "2.3.0",
|
||||
"private": true,
|
||||
"description": "Install SSH key in .ssh",
|
||||
"main": "lib/index.js",
|
||||
|
@ -32,15 +32,15 @@
|
|||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@actions/core": "1.2.6",
|
||||
"@types/node": "14.14.31",
|
||||
"@typescript-eslint/eslint-plugin": "4.15.2",
|
||||
"@typescript-eslint/parser": "4.15.2",
|
||||
"@types/node": "14.14.35",
|
||||
"@typescript-eslint/eslint-plugin": "4.18.0",
|
||||
"@typescript-eslint/parser": "4.18.0",
|
||||
"@vercel/ncc": "0.27.0",
|
||||
"eslint": "7.20.0",
|
||||
"markdownlint-cli": "0.26.0",
|
||||
"npm-check-updates": "11.1.9",
|
||||
"eslint": "7.22.0",
|
||||
"markdownlint-cli": "0.27.1",
|
||||
"npm-check-updates": "11.3.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"typescript": "4.2.2",
|
||||
"typescript": "4.2.3",
|
||||
"yaml-lint": "1.2.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue