mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-11 18:56:06 +09:00
chore: updated node version in dockerfile and netlify config
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
ARG INSTALLER=yarn
|
ARG INSTALLER=yarn
|
||||||
|
|
||||||
FROM node:20-alpine AS base
|
FROM node:22.20.0-alpine AS base
|
||||||
|
|
||||||
# Install dependencies only when needed
|
# Install dependencies only when needed
|
||||||
FROM base AS deps
|
FROM base AS deps
|
||||||
|
|||||||
+1
-1
@@ -3,4 +3,4 @@ publish = "dist"
|
|||||||
command = "yarn build"
|
command = "yarn build"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
NODE_VERSION = "20"
|
NODE_VERSION = "22.20.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user