Skip to content

Commit

Permalink
Merge pull request #363 from lbl-srg/issue362_vulnerability_node
Browse files Browse the repository at this point in the history
Issue362 vulnerability node
  • Loading branch information
JayHuLBL authored Oct 6, 2023
2 parents 18ce470 + 53f3ecf commit 3803bc5
Show file tree
Hide file tree
Showing 5 changed files with 140 additions and 91 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
working-directory: client
strategy:
matrix:
node-version: [16.x] # currently only supporting 16 and up
node-version: [19.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
working-directory: cdk
strategy:
matrix:
node-version: [16.x] # currently only supporting 16 and up
node-version: [19.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
working-directory: server
strategy:
matrix:
node-version: [16.x] # currently only supporting 16 and up
node-version: [19.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
working-directory: cdk
strategy:
matrix:
node-version: [16.x] # currently only supporting 16 and up
node-version: [19.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
Expand Down
223 changes: 136 additions & 87 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3803bc5

Please sign in to comment.