Skip to content

Commit bbc1fcc

Browse files
committed
Fix: fixing pnpm issue
1 parent 45aec10 commit bbc1fcc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/snyk.yml

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
- uses: actions/checkout@v4
3535
with:
3636
ref: ${{ github.event.pull_request.head.sha || github.ref }}
37+
38+
- name: Setup pnpm
39+
uses: pnpm/action-setup@v3 # docs https://pnpm.io/continuous-integration#github-actions
40+
with:
41+
version: 8
3742

3843
- shell: bash
3944
run: pnpm i

0 commit comments

Comments
 (0)