Skip to content

Commit

Permalink
Fix vulnerabilities (#74)
Browse files Browse the repository at this point in the history
* fix critical vulnerabilities

* fix high vulnerabilities

* upgrade to nodes 22.x in CI pipeline
  • Loading branch information
ZengLawrence authored Jun 2, 2024
1 parent 841841d commit 71d72af
Show file tree
Hide file tree
Showing 3 changed files with 875 additions and 1,213 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down Expand Up @@ -58,10 +58,10 @@ jobs:
browser: edge
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
- name: Use Node.js 22.x
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 22.x
- name: Download production build
uses: actions/download-artifact@v2
with:
Expand Down
Loading

0 comments on commit 71d72af

Please sign in to comment.