We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d4d00 commit 58fa4dbCopy full SHA for 58fa4db
.github/workflows/deployDocs.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup Node.js
17
uses: actions/setup-node@v4
18
with:
19
- node-version: '.nvmrc'
+ node-version-file: '.nvmrc'
20
cache: 'yarn'
21
22
- name: Install dependencies
0 commit comments