Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 14, 2022
1 parent 4409a6e commit ac064c2
Show file tree
Hide file tree
Showing 3 changed files with 306 additions and 349 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Cache node_modules
id: cache-modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: node_modules
key: ${{ matrix.node-version }}-${{ runner.OS }}-build-${{ hashFiles('package.json') }}
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v3
- name: Cache node_modules
id: cache-modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: node_modules
key: 12.x-${{ runner.OS }}-build-${{ hashFiles('package.json') }}
Expand Down
Loading

0 comments on commit ac064c2

Please sign in to comment.