Skip to content

Commit 6a20745

Browse files
committed
Update docker image & ci testing node to v18
1 parent d462464 commit 6a20745

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
- pre-commit
181181
strategy:
182182
matrix:
183-
node-version: [16.x]
183+
node-version: [18.x]
184184
steps:
185185
- uses: actions/checkout@v3
186186
-

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Purpose: Compiles the frontend
66
# Notes:
77
# - Does NPM stuff with Typescript and such
8-
FROM --platform=$BUILDPLATFORM docker.io/node:16-bookworm-slim AS compile-frontend
8+
FROM --platform=$BUILDPLATFORM docker.io/node:18-bookworm-slim AS compile-frontend
99

1010
COPY ./src-ui /src/src-ui
1111

0 commit comments

Comments
 (0)