Skip to content

Commit 00dce74

Browse files
authored
Test change npm to pnpm
1 parent c6d0e34 commit 00dce74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nextjs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
uses: actions/setup-node@v4
3636
with:
3737
node-version: "22"
38-
cache: 'npm'
38+
cache: 'pnpm'
3939
- name: Install dependencies
4040
working-directory: ./website
41-
run: npm install
41+
run: pnpm install
4242
- name: Build with Next.js
4343
working-directory: ./website
4444
run: |
45-
npm run build
45+
pnpm run build
4646
- name: Upload artifact
4747
uses: actions/upload-pages-artifact@v3
4848
with:

0 commit comments

Comments
 (0)