Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/mongodb-4.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Sandee authored Oct 4, 2023
2 parents 803e635 + 313cc6d commit 4a726b0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: npm run lint

- name: Deploy on Server
uses: appleboy/ssh-action@v0.1.10
uses: appleboy/ssh-action@v1.0.0
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"ts-node": "^10.9.1",
"tsyringe": "^4.7.0",
"twitter-api-client": "^1.6.1",
"zod": "^3.21.4"
"zod": "^3.22.3"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
Expand Down

0 comments on commit 4a726b0

Please sign in to comment.