We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af8c3b commit 482d9ecCopy full SHA for 482d9ec
.github/workflows/nextjs_bundle_analysis.yml
@@ -31,17 +31,17 @@ jobs:
31
with:
32
node-version: 20
33
34
- - name: Install dependencies
35
- uses: bahmutov/npm-install@v1
+ # - name: Install dependencies
+ # uses: bahmutov/npm-install@v1
36
37
# If pnpm is used, you need to switch the previous step with the following one. pnpm does not create a package-lock.json
38
# so the step above will fail to pull dependencies
39
- # - uses: pnpm/action-setup@v2
40
- # name: Install pnpm
41
- # id: pnpm-install
42
- # with:
43
- # version: 7
44
- # run_install: true
+ - uses: pnpm/action-setup@v2
+ name: Install pnpm
+ id: pnpm-install
+ with:
+ version: 9.4.0
+ run_install: true
45
46
- name: Restore next build
47
uses: actions/cache@v3
0 commit comments