Skip to content

Commit

Permalink
chore(deps): bump node.js to v22 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed Oct 9, 2024
1 parent c4747c0 commit 25c5fba
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 @@ -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

0 comments on commit 25c5fba

Please sign in to comment.