Fix Action Validation Error Handling #14

Merged
schreifuchs merged 4 commits from issue-3 into main 2026-04-03 17:27:28 +02:00
Showing only changes of commit 15829e1b19 - Show all commits
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:25-trixie AS base
FROM public.ecr.aws/docker/library/node:25-trixie AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
# RUN corepack enable