Skip to content

Commit c6aa070

Browse files
committed
feat: update setup action to read node version from .nvmrc
1 parent 31bcefe commit c6aa070

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: Use Node.js 18.x
88
uses: actions/setup-node@v4
99
with:
10-
node-version: 18.x
10+
node-version-file: '.nvmrc'
1111

1212
- name: Enable corepack
1313
run: corepack enable

0 commit comments

Comments
 (0)