Skip to content

Commit

Permalink
chore(deps): update all dependencies (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 27, 2024
1 parent 4607dfa commit 92a4e0b
Show file tree
Hide file tree
Showing 3 changed files with 1,178 additions and 1,142 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
node-version: latest
- name: cache node modules
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- name: cache node modules
if: ${{ steps.release.outputs.release_created }}
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down
Loading

0 comments on commit 92a4e0b

Please sign in to comment.