Skip to content

Commit 493cb6e

Browse files
committed
install pnpm
1 parent 7f46146 commit 493cb6e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/check-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
node-version: "22"
1818
cache: "pnpm"
1919

20+
- name: Install pnpm
21+
run: npm install -g pnpm
22+
2023
- name: Install dependencies
2124
run: pnpm install
2225

.github/workflows/npmPublish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
with:
1818
node-version: "22"
1919
cache: "pnpm"
20+
21+
- name: Install pnpm
22+
run: npm install -g pnpm
2023

2124
- name: Install dependencies
2225
run: pnpm install

0 commit comments

Comments
 (0)