Using wrangler from pnpx

This commit is contained in:
nexryai
2026-03-02 13:19:27 +00:00
committed by GitHub
parent 50dada657b
commit 7dfdff516a
3 changed files with 35 additions and 416 deletions
+1 -4
View File
@@ -15,10 +15,7 @@ jobs:
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '24'
registry-url: 'https://registry.npmjs.org'
run: sudo snap install node --channel=24/stable --classic
- name: Install pnpm
run: npm install -g pnpm