Skip to content

Commit 2de8af5

Browse files
committed
Use node version from .nvmrc
1 parent 5ec8489 commit 2de8af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup NodeJS
2727
uses: actions/setup-node@v3
2828
with:
29-
node-version: 16
29+
node-version-file: '.nvmrc'
3030

3131
- name: Install npm dependencies
3232
run: npm install

0 commit comments

Comments
 (0)