Skip to content

Commit 7c4e7d9

Browse files
committed
switch to pnpm
1 parent 88ebec4 commit 7c4e7d9

File tree

2 files changed

+3765
-4
lines changed

2 files changed

+3765
-4
lines changed

.github/workflows/build-modules.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515

16-
- name: Setup Node.js
17-
uses: actions/setup-node@v4
16+
- name: pnpm-setup
17+
uses: pnpm/action-setup@v2
1818
with:
19-
node-version: "20"
19+
version: 10
2020

2121
- name: Install dependencies
22-
run: npm ci
22+
run: pnpm install --prefer-offline --frozen-lockfile
2323

2424
- name: Run buildImports script
2525
run: node scripts/buildImports.js

0 commit comments

Comments
 (0)