Skip to content

Commit

Permalink
Updated vuln packages
Browse files Browse the repository at this point in the history
Update patch version
Update github workflow
  • Loading branch information
sonyseng committed Dec 20, 2022
1 parent ae144a0 commit 2b4df2f
Show file tree
Hide file tree
Showing 3 changed files with 1,820 additions and 147 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down
Loading

0 comments on commit 2b4df2f

Please sign in to comment.