fix: usage of a deprecated Node.js version

This commit is contained in:
Hamir Mahal 2024-10-28 09:04:16 -07:00
parent 2e4a11ea77
commit d63322f0f4
No known key found for this signature in database

View File

@ -52,7 +52,7 @@ jobs:
run: cargo generate-lockfile
- name: Cache
uses: Swatinem/rust-cache@v2.7.0
uses: Swatinem/rust-cache@v2
with:
save-if: ${{ github.ref == 'refs/heads/master' }}