We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8f585 commit 6936b4aCopy full SHA for 6936b4a
1 file changed
.github/workflows/nextjs.yml
@@ -32,13 +32,11 @@ jobs:
32
steps:
33
- name: Checkout
34
uses: actions/checkout@v4
35
-
36
- - name: Install PNPM if needed
37
- if: steps.detect-package-manager.outputs.manager == 'pnpm'
+ - name: Pnpm checkout
38
uses: pnpm/action-setup@v3
39
with:
40
version: 8
41
+
42
- name: Detect package manager
43
id: detect-package-manager
44
run: |
@@ -65,13 +63,6 @@ jobs:
65
63
66
64
node-version: "20"
67
cache: ${{ steps.detect-package-manager.outputs.manager }}
68
69
70
71
- uses: pnpm/action-setup@v3
72
- with:
73
- version: 8
74
75
- name: Setup Pages
76
uses: actions/configure-pages@v5
77
0 commit comments