Skip to content

Commit

Permalink
ci: use node-version-file
Browse files Browse the repository at this point in the history
  • Loading branch information
mscharley committed Jun 1, 2024
1 parent e23e83b commit 0c6b076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '.tool-versions'
node-version-file: '.tool-versions'
cache: 'npm'
- uses: erlef/setup-beam@v1
with:
Expand Down

0 comments on commit 0c6b076

Please sign in to comment.