Skip to content

Commit

Permalink
update github cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
pabra committed Apr 22, 2024
1 parent 5462195 commit 4d8ebe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
echo "CACHE_DIR=$(npm config get cache)" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache
with:
path: ${{ steps.npm-cache.outputs.CACHE_DIR }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# getting and storing cache takes about 1:20 min each on windows
- if: ${{ matrix.os != 'windows-latest' && ( matrix.os == 'ubuntu-latest' || matrix.node == 20 ) }}
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: ${{ steps.npm-cache.outputs.CACHE_DIR }}
Expand Down

0 comments on commit 4d8ebe3

Please sign in to comment.