Skip to content

Commit 6936b4a

Browse files
authored
Update nextjs.yml
1 parent 1a8f585 commit 6936b4a

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/nextjs.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,11 @@ jobs:
3232
steps:
3333
- name: Checkout
3434
uses: actions/checkout@v4
35-
36-
- name: Install PNPM if needed
37-
if: steps.detect-package-manager.outputs.manager == 'pnpm'
35+
- name: Pnpm checkout
3836
uses: pnpm/action-setup@v3
3937
with:
4038
version: 8
41-
39+
4240
- name: Detect package manager
4341
id: detect-package-manager
4442
run: |
@@ -65,13 +63,6 @@ jobs:
6563
with:
6664
node-version: "20"
6765
cache: ${{ steps.detect-package-manager.outputs.manager }}
68-
69-
- name: Install PNPM if needed
70-
if: steps.detect-package-manager.outputs.manager == 'pnpm'
71-
uses: pnpm/action-setup@v3
72-
with:
73-
version: 8
74-
7566
- name: Setup Pages
7667
uses: actions/configure-pages@v5
7768
with:

0 commit comments

Comments
 (0)