mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-11 03:46:52 +08:00
bump default NodeJS version to 20 LTS (#2061)
This commit is contained in:
2
.github/workflows/style.yml
vendored
2
.github/workflows/style.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Setup NodeJS
|
- name: Setup NodeJS
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 20
|
||||||
cache: yarn
|
cache: yarn
|
||||||
cache-dependency-path: ./web/package.json
|
cache-dependency-path: ./web/package.json
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# base image
|
# base image
|
||||||
FROM node:18.17.0-alpine AS base
|
FROM node:20.11.0-alpine AS base
|
||||||
|
|
||||||
# install packages
|
# install packages
|
||||||
FROM base as packages
|
FROM base as packages
|
||||||
|
|||||||
Reference in New Issue
Block a user