Skip to content

Commit 6ea7068

Browse files
pnpm
1 parent a9ba060 commit 6ea7068

File tree

2 files changed

+5
-1384
lines changed

2 files changed

+5
-1384
lines changed

.github/workflows/checkovScrapper.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,17 @@ jobs:
1818
repository: hlxsites/prisma-cloud-docs
1919
path: checkov-docs
2020

21+
- name: pnpm
22+
uses: pnpm/action-setup@v4
23+
with:
24+
version: "9.1.4"
25+
2126
- name: Set up Node.js
2227
uses: actions/setup-node@v4
2328
with:
2429
cache: pnpm
2530
node-version: 20
2631

27-
- uses: pnpm/action-setup@v4
28-
with:
29-
version: "9.1.4"
30-
3132
- name: Install dependencies
3233
run: pnpm install
3334

0 commit comments

Comments
 (0)