fix: usage of a deprecated Node.js version
This commit is contained in:
parent
2e4a11ea77
commit
d63322f0f4
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -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' }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user