Skip to content
This repository has been archived by the owner on Feb 26, 2025. It is now read-only.

Commit

Permalink
Merge pull request #244 from pwei1018/main
Browse files Browse the repository at this point in the history
Upgrade nodejs version to 16.14.2
  • Loading branch information
pwei1018 authored May 3, 2022
2 parents 622b0a5 + b83e5a7 commit 26ec607
Show file tree
Hide file tree
Showing 6 changed files with 22,891 additions and 224 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/search-web-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

strategy:
matrix:
node-version: [14.17.6]
node-version: [16.14.2]

steps:
- uses: actions/checkout@v2
Expand All @@ -47,7 +47,7 @@ jobs:

strategy:
matrix:
node-version: [14.17.6]
node-version: [16.14.2]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion search-web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.17.6 as build-stage
FROM node:16.14.2 as build-stage
WORKDIR /app
COPY ./package*.json ./
RUN npm install
Expand Down
2 changes: 1 addition & 1 deletion search-web/openshift/templates/bc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ objects:
ref: ${GIT_REF}
uri: ${GIT_REPO_URL}
dockerfile: |
FROM docker-remote.artifacts.developer.gov.bc.ca/node:14.17.6 as build-stage
FROM docker-remote.artifacts.developer.gov.bc.ca/node:16.14.2 as build-stage
WORKDIR /app
COPY ./package*.json ./
RUN npm install
Expand Down
Loading

0 comments on commit 26ec607

Please sign in to comment.