Skip to content

Commit

Permalink
Update nextjs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikvirendrar authored Aug 28, 2024
1 parent 0ab6299 commit 00e7e2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,14 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
working-directory: frontend
with:
node-version: "20"
cache: ${{ steps.detect-package-manager.outputs.manager }}

- name: Setup Pages
uses: actions/configure-pages@v4
working-directory: frontend
with:
static_site_generator: next

Expand Down

0 comments on commit 00e7e2d

Please sign in to comment.