Skip to content

Commit

Permalink
Update node image to 22.12.0-alpine, update pipeline tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwong89 committed Dec 10, 2024
1 parent edece17 commit a3cc0db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG APP_ROOT=/opt/app-root/src
ARG BASE_IMAGE=docker.io/node:20.17.0-alpine
ARG BASE_IMAGE=docker.io/node:22.12.0-alpine

#
# Build the app
Expand Down

0 comments on commit a3cc0db

Please sign in to comment.