Skip to content

Commit 58fa4db

Browse files
authored
Fixed node-version in node setup (#3474)
1 parent f2d4d00 commit 58fa4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployDocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '.nvmrc'
19+
node-version-file: '.nvmrc'
2020
cache: 'yarn'
2121

2222
- name: Install dependencies

0 commit comments

Comments
 (0)