mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 15:17:33 +00:00
pnpm to run console
This commit is contained in:
4
.github/workflows/console.yml
vendored
4
.github/workflows/console.yml
vendored
@@ -40,6 +40,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github_token: ${{ github.token }}
|
github_token: ${{ github.token }}
|
||||||
version: ${{ inputs.buf_version }}
|
version: ${{ inputs.buf_version }}
|
||||||
|
- if: ${{ steps.cache.outputs.cache-hit != 'true' }}
|
||||||
|
uses: pnpm/action-setup@v4
|
||||||
|
with:
|
||||||
|
version: 9.1.2
|
||||||
- if: ${{ steps.cache.outputs.cache-hit != 'true' }}
|
- if: ${{ steps.cache.outputs.cache-hit != 'true' }}
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user