mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 22:07:31 +00:00
use npm for devcontainer cli
This commit is contained in:
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@@ -66,9 +66,9 @@ jobs:
|
||||
# We don't care about the node version or anything else, we just want to set up pnpm caching
|
||||
cache: 'pnpm'
|
||||
- name: Install Dev Container CLI
|
||||
run: pnpm install -g @devcontainers/cli@0.3.0
|
||||
run: npm install -g @devcontainers/cli@0.80.0
|
||||
- name: Lint and Unit Test All JavaScript Code
|
||||
run: pnpm devcontainer:lint-unit
|
||||
run: npm devcontainer:lint-unit
|
||||
|
||||
core:
|
||||
name: core
|
||||
|
4
.github/workflows/login-integration-test.yml
vendored
4
.github/workflows/login-integration-test.yml
vendored
@@ -27,6 +27,6 @@ jobs:
|
||||
# We don't care about the node version or anything else, we just want to set up pnpm caching
|
||||
cache: 'pnpm'
|
||||
- name: Install Dev Container CLI
|
||||
run: pnpm install -g @devcontainers/cli@0.3.0
|
||||
run: npm install -g @devcontainers/cli@0.80.0
|
||||
- name: Run Integration Tests against the Login and a Mocked Zitadel API
|
||||
run: pnpm devcontainer:integration:login
|
||||
run: npm devcontainer:integration:login
|
||||
|
Reference in New Issue
Block a user