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 5ec8489 commit 2de8af5Copy full SHA for 2de8af5
.github/workflows/quality-js.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup NodeJS
27
uses: actions/setup-node@v3
28
with:
29
- node-version: 16
+ node-version-file: '.nvmrc'
30
31
- name: Install npm dependencies
32
run: npm install
0 commit comments