Skip to content

Commit

Permalink
chore(deps): bump frontend deps (#92)
Browse files Browse the repository at this point in the history
* chore(deps): bump frontend deps

* chore(deps): bump node.js to v22 LTS

* chore(deps): synchronise frontend package lock
  • Loading branch information
alubbock authored Oct 9, 2024
1 parent d0095ac commit 46e2d4f
Show file tree
Hide file tree
Showing 4 changed files with 5,160 additions and 4,781 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest"] # can add windows-latest, macos-latest
node-version: [16.x]
node-version: [22.x]

name: build/${{ matrix.node-version }}/${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.hub.docker.com/library/node:18-alpine AS dev
FROM registry.hub.docker.com/library/node:22-alpine AS dev

ENV ANTIGENAPP_DIR /antigenapp

Expand Down
Loading

0 comments on commit 46e2d4f

Please sign in to comment.