Skip to content

Commit

Permalink
Auto merge of #13614 - hamirmahal:fix/usage-of-a-deprecated-nodejs-ve…
Browse files Browse the repository at this point in the history
…rsion, r=flip1995

fix: usage of `a deprecated Node.js version`

Fixes #13613

changelog: none
  • Loading branch information
bors committed Oct 28, 2024
2 parents 2e4a11e + d63322f commit d09d85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}

Expand Down

0 comments on commit d09d85d

Please sign in to comment.