We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d462464 commit 6a20745Copy full SHA for 6a20745
.github/workflows/ci.yml
@@ -180,7 +180,7 @@ jobs:
180
- pre-commit
181
strategy:
182
matrix:
183
- node-version: [16.x]
+ node-version: [18.x]
184
steps:
185
- uses: actions/checkout@v3
186
-
Dockerfile
@@ -5,7 +5,7 @@
5
# Purpose: Compiles the frontend
6
# Notes:
7
# - Does NPM stuff with Typescript and such
8
-FROM --platform=$BUILDPLATFORM docker.io/node:16-bookworm-slim AS compile-frontend
+FROM --platform=$BUILDPLATFORM docker.io/node:18-bookworm-slim AS compile-frontend
9
10
COPY ./src-ui /src/src-ui
11
0 commit comments