mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02: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:
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
|
||||
|
||||
Reference in New Issue
Block a user