mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 13:37:09 +00:00
fix(ci): missing pnpm on check api action (#10778)
* ci: fix missing pnpm on check api action * Add set up node action
This commit is contained in:
parent
073bb4f459
commit
12e477ac38
5
.github/workflows/check-generated-files.yml
vendored
5
.github/workflows/check-generated-files.yml
vendored
@ -45,6 +45,11 @@ jobs:
|
||||
if: needs.changes.outputs.api == 'true'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: corepack enable
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 'lts/*'
|
||||
cache: 'pnpm'
|
||||
|
||||
- name: build api
|
||||
working-directory: tooling/api
|
||||
|
||||
Loading…
Reference in New Issue
Block a user