diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7be31de47..117273bcd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,7 +180,7 @@ jobs: - pre-commit strategy: matrix: - node-version: [16.x] + node-version: [18.x] steps: - uses: actions/checkout@v3 - diff --git a/Dockerfile b/Dockerfile index 1ff57e72f..36dc22f9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # Purpose: Compiles the frontend # Notes: # - Does NPM stuff with Typescript and such -FROM --platform=$BUILDPLATFORM docker.io/node:16-bookworm-slim AS compile-frontend +FROM --platform=$BUILDPLATFORM docker.io/node:18-bookworm-slim AS compile-frontend COPY ./src-ui /src/src-ui