2
1
mirror of https://github.com/Thream/file-uploads-api.git synced 2024-07-06 21:00:10 +02:00

chore: fix release issues

This commit is contained in:
Divlo 2023-05-13 19:52:44 +02:00
parent b4f7221fe0
commit d08bd2c59c
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9
3 changed files with 5 additions and 5 deletions

View File

@ -16,9 +16,9 @@ jobs:
- name: 'Import GPG key'
uses: 'crazy-max/ghaction-import-gpg@v5.3.0'
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
git-user-signingkey: true
git-commit-gpgsign: true
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
git_user_signingkey: true
git_commit_gpgsign: true
- name: 'Setup Node.js'
uses: 'actions/setup-node@v3.6.0'

2
package-lock.json generated
View File

@ -58,7 +58,7 @@
},
"engines": {
"node": ">=16.0.0",
"npm": ">=9.0.0"
"npm": ">=8.0.0"
}
},
"node_modules/@babel/code-frame": {

View File

@ -10,7 +10,7 @@
},
"engines": {
"node": ">=16.0.0",
"npm": ">=9.0.0"
"npm": ">=8.0.0"
},
"scripts": {
"build": "rimraf ./build && swc ./src --out-dir ./build",