Skip to content

Commit

Permalink
fix(deps): bump dependencies to resolve security recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
djhouseknecht committed Mar 18, 2024
1 parent 26146f9 commit 9ce249a
Show file tree
Hide file tree
Showing 2 changed files with 637 additions and 599 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.x'
- run: npm install
- run: npm test
- run: npm run lint
Expand All @@ -30,7 +30,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run build
Expand Down
Loading

0 comments on commit 9ce249a

Please sign in to comment.