Skip to content

Commit

Permalink
Update setup-node GH action to support node-version-file syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rafecolton committed Jun 7, 2024
1 parent f6c7f01 commit 5f8949a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
${{ runner.os }}-node-
- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'

Expand Down

0 comments on commit 5f8949a

Please sign in to comment.