mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 04:07:31 +00:00
use cache
This commit is contained in:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -42,3 +42,4 @@ jobs:
|
||||
push: false
|
||||
targets: login-lint
|
||||
provenance: false
|
||||
load: true
|
||||
|
@@ -1,8 +1,8 @@
|
||||
FROM node:20-bookworm AS login-pnpm
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
ENV PATH="$PNPM_HOME:$PATH"
|
||||
RUN corepack enable
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends && \
|
||||
RUN corepack enable && corepack prepare pnpm@9.1.2 --activate \
|
||||
apt-get update && apt-get install -y --no-install-recommends && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
WORKDIR /build
|
||||
|
||||
|
Reference in New Issue
Block a user