Update Dockerfile.windows
Some checks failed
Deploy / publish-windows (push) Failing after 19s

This commit is contained in:
2025-12-22 22:01:30 +06:00
parent 6b5d669f64
commit 6b5383ba24

View File

@@ -9,6 +9,7 @@ RUN apt install -y curl unzip
RUN curl -o- https://fnm.vercel.app/install | bash
RUN ~/.local/share/fnm/fnm install 24
RUN ~/.local/share/fnm/fnm use 24
RUN corepack enable yarn
RUN yarn set version stable