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

update dependencies

This commit is contained in:
shimataro 2022-10-30 19:59:47 +09:00
parent adea214356
commit 12674fd61f
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
5 changed files with 9686 additions and 2265 deletions

View file

@ -92,6 +92,7 @@ function update_dependencies_version() {
function regenerate_package_lock() {
rm -rf package-lock.json node_modules
npm install
npm dedupe
}
function build_package() {