⬆️ update canvas

This commit is contained in:
platane
2025-02-20 18:01:08 +07:00
parent e55fe1f13c
commit 74bc4f0651
3 changed files with 1542 additions and 2215 deletions

View File

@@ -23,7 +23,7 @@ FROM node:20-slim
WORKDIR /action-release
RUN export YARN_CACHE_FOLDER="$(mktemp -d)" \
&& yarn add canvas@2.11.2 gifsicle@5.3.0 --no-lockfile \
&& yarn add canvas@3.1.0 gifsicle@5.3.0 --no-lockfile \
&& rm -r "$YARN_CACHE_FOLDER"
COPY --from=builder /app/packages/action/dist/ /action-release/