Skip to content

Commit

Permalink
partition ccache cache by node version
Browse files Browse the repository at this point in the history
  • Loading branch information
mweberxyz committed Mar 28, 2024
1 parent 08ea765 commit acc7cb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ jobs:

- name: ccache
uses: hendrikmuhs/ccache-action@faf867a11c028c0b483fb2ae72b6fc8f7d842714 #v1.2.12
with:
key: node${{ matrix.node-version }}

- name: Build
working-directory: ./node-${{ steps.release.outputs.result }}
Expand Down

0 comments on commit acc7cb4

Please sign in to comment.