Skip to content

Commit 8a01be4

Browse files
committed
Update (pointless?) reusable action
1 parent e86c9cf commit 8a01be4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
- name: Set up Node
77
uses: actions/setup-node@v4
88
with:
9-
node-version: '18.x'
9+
node-version-file: .nvmrc
1010
registry-url: 'https://registry.npmjs.org'
1111

1212
- name: Install dependencies

0 commit comments

Comments
 (0)