Skip to content

Commit

Permalink
Merge pull request #108 from Morphclue/fix/deprecated-node-16
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft authored Feb 2, 2024
2 parents 93285ab + f98c5a7 commit 642da20
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gh-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
packages: write
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build and push Docker image
uses: whoan/docker-build-with-cache-action@v6
with:
Expand All @@ -32,7 +32,7 @@ jobs:
packages: write
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build and push Docker image
uses: whoan/docker-build-with-cache-action@v6
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up pnpm
uses: pnpm/action-setup@v2
with:
Expand All @@ -37,7 +37,7 @@ jobs:
- backend
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up pnpm
uses: pnpm/action-setup@v2
with:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@
"pnpm": {
"overrides": {
"axios@>=0.8.1 <1.6.0": ">=1.6.0",
"vite@>=4.0.0 <=4.5.1": ">=4.5.2"
"vite@>=4.0.0 <=4.5.1": ">=4.5.2",
"nodemailer@<=6.9.8": ">=6.9.9"
}
}
}
17 changes: 9 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit 642da20

Please sign in to comment.