Skip to content

Commit 78b47c4

Browse files
committed
ci: remove blocked pnpm action in Cloudflare workflows
1 parent 9a58bb2 commit 78b47c4

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/cloudflare-pages-runtime.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ jobs:
2121
- name: 🔍 Checkout repository
2222
uses: actions/checkout@v4
2323

24-
- name: ⚙️ Setup pnpm
25-
uses: pnpm/action-setup@v4
26-
with:
27-
version: 10
24+
- name: 📦 Install pnpm
25+
run: npm install -g pnpm@10
2826

2927
- name: ⚙️ Setup Node.js
3028
uses: actions/setup-node@v4

.github/workflows/cloudflare-pages.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ jobs:
2121
- name: 🔍 Checkout repository
2222
uses: actions/checkout@v4
2323

24-
- name: ⚙️ Setup pnpm
25-
uses: pnpm/action-setup@v4
26-
with:
27-
version: 10
24+
- name: 📦 Install pnpm
25+
run: npm install -g pnpm@10
2826

2927
- name: ⚙️ Setup Node.js
3028
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)