Skip to content

Commit

Permalink
11877_npm_upgrade_version (#385)
Browse files Browse the repository at this point in the history
* 11877_npm_upgrade_version

* 4.0.0

* 11877_npm_upgrade_version

* 11877_fixed_package_lock_json

* 11877_npm_audit_fix

* 11877_npm_update_fix_util_help

Co-authored-by: Omid Zamani <[email protected]>
  • Loading branch information
ozamani9gh and ozamani9 authored Apr 27, 2022
1 parent aa3c665 commit a4b719c
Show file tree
Hide file tree
Showing 5 changed files with 24,287 additions and 2,152 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

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

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

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

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.17.5 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 k8s/templates/bc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ objects:
ref: ${GIT_REF}
uri: ${GIT_REPO_URL}
dockerfile: |
FROM docker-remote.artifacts.developer.gov.bc.ca/node:14.17.5 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 a4b719c

Please sign in to comment.