test yarn install
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 3m2s

This commit is contained in:
2025-12-05 21:45:36 -05:00
parent 1a05c755e2
commit 2f577ac2c7

View File

@@ -5,7 +5,7 @@ FROM node:20-alpine AS builder
RUN corepack enable
# Set Yarn to the latest stable version
RUN yarn set version stable
RUN npm install -g yarn
WORKDIR /app