Skip to content

Commit

Permalink
test: lock cors
Browse files Browse the repository at this point in the history
  • Loading branch information
OXeu committed Jul 10, 2024
1 parent dce52fa commit d05a21a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
RSS_DESCRIPTION: ${{ vars.RSS_DESCRIPTION }}
run: |
cd Rin/
bun install --frozen-lockfile
bun install
bun scripts/migrator.ts
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.583.0",
"@aws-sdk/s3-request-presigner": "^3.583.0",
"@elysiajs/cors": "^1.0.2",
"@elysiajs/cors": "1.0.2",
"@elysiajs/cron": "^1.0.3",
"@elysiajs/eden": "^1.0.13",
"@elysiajs/server-timing": "^1.0.2",
Expand Down

0 comments on commit d05a21a

Please sign in to comment.