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 be57ca8 commit 0902572Copy full SHA for 0902572
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Node.js
18
uses: actions/setup-node@v4
19
with:
20
- node-version: '.nvmrc'
+ node-version-file: '.nvmrc'
21
registry-url: 'https://registry.npmjs.org'
22
cache: npm
23
cache-dependency-path: package-lock.json
0 commit comments