mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-05 15:10:26 +00:00
build(nodejs): enforce Node.js >=20 in engines and .nvmrc
reason: https://github.com/tangly1024/NotionNext/pull/3374#issuecomment-2879323753 BREAKING CHANGE: - Node.js 20 is now the minimum required version - Updated .nvmrc and package.json "engines" - Please upgrade local environment or CI setup
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
ARG NOTION_PAGE_ID
|
||||
ARG NEXT_PUBLIC_THEME
|
||||
|
||||
FROM node:18-alpine3.18 AS base
|
||||
FROM node:20-alpine AS base
|
||||
|
||||
# 1. Install dependencies only when needed
|
||||
FROM base AS deps
|
||||
|
||||
Reference in New Issue
Block a user