Skip to content

Commit

Permalink
fix: Update dependencies to latest to patch reported vulnerabilities (#6
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bryantbiggs authored Mar 28, 2022
1 parent 0a0cf23 commit df03691
Show file tree
Hide file tree
Showing 6 changed files with 1,391 additions and 1,088 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16

- name: Release
env:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ inputs:
required: false

runs:
using: node12
using: node16
main: dist/index.js
Loading

0 comments on commit df03691

Please sign in to comment.