feat: adds trunk and node to gh action cache

This commit is contained in:
itsscb 2024-08-23 15:22:52 +02:00 committed by GitHub
parent 922125fb18
commit 9d90d9b70c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,8 @@ jobs:
uses: actions/cache@v4
with:
path: |
node_modules
~/.cache/trunk
~/.cargo
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}