Skip to content

Commit

Permalink
Merge pull request #548 from ertush/hotfix
Browse files Browse the repository at this point in the history
Reverted to nextjs version 13.5.6 because of ci build issue of requir…
  • Loading branch information
ertush authored Nov 18, 2024
2 parents 622f653 + 068c19a commit 231b8b4
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 293 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install Build Dependencies
run : yarn global add pm2; yarn global add pnpm
- name: Deploy to VPS
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"highcharts-react-official": "^3.2.0",
"leaflet-geosearch": "^3.8.0",
"moment": "^2.29.4",
"next": "~15.0.3",
"next": "~13.5.6",
"next-cookies": "^2.0.3",
"react": "^18.2.0",
"react-alert": "^7.0.3",
Expand Down
Loading

0 comments on commit 231b8b4

Please sign in to comment.