2
1
mirror of https://github.com/Thream/file-uploads-api.git synced 2024-07-21 02:58:31 +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' - name: 'Import GPG key'
uses: 'crazy-max/ghaction-import-gpg@v5.3.0' uses: 'crazy-max/ghaction-import-gpg@v5.3.0'
with: with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
git-user-signingkey: true git_user_signingkey: true
git-commit-gpgsign: true git_commit_gpgsign: true
- name: 'Setup Node.js' - name: 'Setup Node.js'
uses: 'actions/setup-node@v3.6.0' uses: 'actions/setup-node@v3.6.0'

2
package-lock.json generated
View File

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

View File

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