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 (#255)

This commit is contained in:
shimataro 2023-10-11 07:44:42 +09:00 committed by GitHub
parent 51874aa964
commit ab731d2fcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 2267 additions and 2084 deletions

View file

@ -7,4 +7,4 @@ npm run verify
rm -rf node_modules
npm ci --only=production
git add lib
git add dist

View file

@ -25,7 +25,7 @@ npm run build
npm run verify
# commit
git add package.json package-lock.json lib
git add package.json package-lock.json dist
git commit -m "update dependencies"
# finished!