Skip to content

Commit

Permalink
Address Dependabot Alerts for v1.3 (#149)
Browse files Browse the repository at this point in the history
* closes #148, closes #147, closes #146, closes #145

* feat: compile
  • Loading branch information
promiseofcake authored Aug 12, 2022
1 parent 88918a9 commit f24346f
Show file tree
Hide file tree
Showing 7 changed files with 114 additions and 185 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set Node.js 16.x
uses: actions/setup-node@v2.5.1
uses: actions/setup-node@v3.4.1
with:
node-version: 16.x

Expand All @@ -44,7 +44,7 @@ jobs:
id: diff

# If index.js was different than expected, upload the expected version as an artifact
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with:
name: dist
Expand Down
71 changes: 0 additions & 71 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

Loading

0 comments on commit f24346f

Please sign in to comment.