Skip to content

Commit

Permalink
chore: fix cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
shakhzodkudratov committed Aug 23, 2024
1 parent cda696f commit 11cc3ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 7.26.3
version: 9.6.0
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "22"
cache: ${{ steps.detect-package-manager.outputs.manager }}
- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 11cc3ef

Please sign in to comment.