Skip to content

Commit 482d9ec

Browse files
committed
fix: ci
1 parent 4af8c3b commit 482d9ec

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/nextjs_bundle_analysis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ jobs:
3131
with:
3232
node-version: 20
3333

34-
- name: Install dependencies
35-
uses: bahmutov/npm-install@v1
34+
# - name: Install dependencies
35+
# uses: bahmutov/npm-install@v1
3636

3737
# If pnpm is used, you need to switch the previous step with the following one. pnpm does not create a package-lock.json
3838
# 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
39+
- uses: pnpm/action-setup@v2
40+
name: Install pnpm
41+
id: pnpm-install
42+
with:
43+
version: 9.4.0
44+
run_install: true
4545

4646
- name: Restore next build
4747
uses: actions/cache@v3

0 commit comments

Comments
 (0)