Skip to content

Commit

Permalink
Merge pull request #71 from SCAI-BIO/update-angular
Browse files Browse the repository at this point in the history
Update Angular to v18
  • Loading branch information
tiadams authored Oct 15, 2024
2 parents c71a332 + cbf2eab commit f35166b
Show file tree
Hide file tree
Showing 13 changed files with 4,068 additions and 3,022 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [ 18, 20 ]
node-version: [ 18, 20, 22 ]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion client/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FIRST STAGE: Build the Angular Application
FROM node:20.12.2 as build
FROM node:22.9.0 as build

# Set the working directory
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion client/Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FIRST STAGE: Build the Angular Application
FROM node:20.12.2 as build
FROM node:22.9.0 as build

# Set the working directory
WORKDIR /app
Expand Down
Loading

0 comments on commit f35166b

Please sign in to comment.