Fix: use Node.js 22 (required by Astro 6)
Some checks failed
Deploy to Easypanel / deploy (push) Has been cancelled

This commit is contained in:
Kunthawat Greethong
2026-04-27 20:12:08 +07:00
parent 03e4991c6c
commit 81d3fd48b9

View File

@@ -1,5 +1,5 @@
# Build stage # Build stage
FROM node:20-alpine AS builder FROM node:22-alpine AS builder
WORKDIR /app WORKDIR /app