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

Feature/update dependencies 20210801 (#186)

* update dependencies

* update CHANGELOG
This commit is contained in:
shimataro 2021-08-01 21:52:23 +09:00 committed by GitHub
parent 4dfaf8f393
commit a46749e290
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 691 additions and 528 deletions

View file

@ -2,6 +2,7 @@
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
"lib": [
"es6"
],