Unverified Commit dc8a8af1 authored by Bowen Liang's avatar Bowen Liang Committed by GitHub

bump default NodeJS version to 20 LTS (#2061)

parent 6c28e1e6
......@@ -21,7 +21,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: yarn
cache-dependency-path: ./web/package.json
......
# base image
FROM node:18.17.0-alpine AS base
FROM node:20.11.0-alpine AS base
# install packages
FROM base as packages
......@@ -46,4 +46,4 @@ ARG COMMIT_SHA
ENV COMMIT_SHA ${COMMIT_SHA}
EXPOSE 3000
ENTRYPOINT ["/bin/sh", "./entrypoint.sh"]
\ No newline at end of file
ENTRYPOINT ["/bin/sh", "./entrypoint.sh"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment