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: ...@@ -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
......
# 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
......
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