Skip to content

Commit

Permalink
Upgrade setup-node in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
simonprev committed Aug 13, 2024
1 parent aad82d9 commit 5dc0c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
priv/plts
key: ${{ runner.os }}-mix-${{ steps.setup-beam.outputs.otp-version }}-${{ steps.setup-beam.outputs.elixir-version }}-${{ hashFiles(format('{0}/mix.lock', github.workspace)) }}

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: .tool-versions
cache: npm
Expand Down

0 comments on commit 5dc0c12

Please sign in to comment.