Skip to content

Commit

Permalink
ci: Don't use deprecated volta action
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Feb 11, 2025
1 parent 1f98635 commit 9ef9b8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: getsentry/action-setup-volta@c52be2ea13cfdc084edb806e81958c13e445941e # v1.2.0
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
- uses: actions/cache@v4
id: cache
with:
Expand Down

0 comments on commit 9ef9b8d

Please sign in to comment.