Skip to content

Commit

Permalink
chore: gh action refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniocapelo committed Feb 7, 2025
1 parent a855d14 commit 48cddc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version-file: 'next/.nvmrc'
cache: 'pnpm-lock.yaml'
cache: 'next/pnpm-lock.yaml'

- name: Get cached Next NPM dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit 48cddc7

Please sign in to comment.