Skip to content

Commit 9830027

Browse files
authored
Merge pull request #44 from nicobytes/master
Fix error
2 parents f46c67d + 8fd7d21 commit 9830027

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: akhileshns/heroku-deploy@v3.12.12 # This is the action
13+
- uses: akhileshns/heroku-deploy@v3.13.15 # This is the action
1414
with:
1515
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
1616
heroku_app_name: ${{secrets.HEROKU_APP_NAME}}

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@nestjs/swagger": "11.0.3",
3434
"@nestjs/typeorm": "11.0.0",
3535
"apollo-server-express": "3.13.0",
36-
"better-sqlite3": "11.8.1",
36+
"better-sqlite3": "8.6.0",
3737
"class-transformer": "0.5.1",
3838
"class-validator": "0.14.1",
3939
"file-saver": "2.0.5",

0 commit comments

Comments
 (0)