Skip to content

Commit

Permalink
Merge pull request #213 from bcgov/chore/package-updates
Browse files Browse the repository at this point in the history
Quarterly package updates
  • Loading branch information
kyle1morel authored Dec 12, 2024
2 parents 1495cdd + 6c9cd34 commit 3e55efc
Show file tree
Hide file tree
Showing 15 changed files with 5,710 additions and 3,737 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
fail-fast: true
matrix:
node-version:
- '16.x'
- '18.x'
- '20.x'
- '22.0'
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -86,9 +86,9 @@ jobs:
fail-fast: true
matrix:
node-version:
- '16.x'
- '18.x'
- '20.x'
- '22.x'
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ARG APP_ROOT=/opt/app-root/src
ARG BASE_IMAGE=docker.io/node:20.17.0-alpine
# Temporarily peg to alpine3.20 https://github.com/prisma/prisma/issues/25809
ARG BASE_IMAGE=docker.io/node:22.12.0-alpine3.20

#
# Build the app
Expand Down
Loading

0 comments on commit 3e55efc

Please sign in to comment.