mirror of
https://github.com/tauri-apps/create-tauri-app.git
synced 2026-01-31 00:45:16 +01:00
ci: install pnpm before node
This commit is contained in:
8
.github/workflows/deploy-scripts-worker.yml
vendored
8
.github/workflows/deploy-scripts-worker.yml
vendored
@@ -20,14 +20,16 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
run_install: false
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
cache: pnpm
|
||||
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
|
||||
- run: pnpm install --frozen-lockfile
|
||||
|
||||
- uses: cloudflare/wrangler-action@v3
|
||||
|
||||
Reference in New Issue
Block a user