Skip to content

Commit 73e65fc

Browse files
authored
Add pnpm setup step in GitHub Actions workflow
1 parent 00dce74 commit 73e65fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nextjs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
with:
3737
node-version: "22"
3838
cache: 'pnpm'
39+
- name: Setup pnpm
40+
uses: pnpm/action-setup@v4
3941
- name: Install dependencies
4042
working-directory: ./website
4143
run: pnpm install

0 commit comments

Comments
 (0)