Skip to content

Commit d6ff5de

Browse files
committed
ci: fix node version file
1 parent 54871ae commit d6ff5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- name: Setup Node.js
88
uses: actions/setup-node@v4
99
with:
10-
node-version-file: .nvmrc
10+
node-version-file: .node-version
1111

1212
- name: Restore dependencies
1313
id: yarn-cache

0 commit comments

Comments
 (0)