Skip to content

Commit

Permalink
Bump up next version to v13.5.7-canary.23
Browse files Browse the repository at this point in the history
  • Loading branch information
NPJigaK committed Oct 24, 2023
1 parent 470c1b2 commit 192c232
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ jobs:
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-
- name: Install dependencies
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Build with Next.js
- name: Build and Static HTML export with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} build
- name: Static HTML export with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} export
# - name: Static HTML export with Next.js
# run: ${{ steps.detect-package-manager.outputs.runner }} export
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ag-grid-community": "30.2.0",
"ag-grid-react": "30.2.0",
"classnames": "^2.3.2",
"next": "13.5.3",
"next": "^13.5.7-canary.23",
"next-sitemap": "^4.2.3",
"nextra": "3.0.0-alpha.8",
"nextra-theme-docs": "3.0.0-alpha.8",
Expand Down

0 comments on commit 192c232

Please sign in to comment.