Skip to content

Commit

Permalink
frontend: bump node version to 18 LTS
Browse files Browse the repository at this point in the history
16 is not supported / maintained since more than 1y

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
  • Loading branch information
tormath1 committed Jul 16, 2024
1 parent 169086a commit 3956a7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- name: Check out code
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ COPY ./backend ./
RUN make build

# Frontend build
FROM docker.io/library/node:15 as frontend-install
FROM docker.io/library/node:18 as frontend-install
WORKDIR /app/frontend
COPY frontend/package*.json ./
RUN npm install
Expand Down

0 comments on commit 3956a7e

Please # to comment.