Skip to content

Commit

Permalink
use NVMRC in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JHWelch committed Oct 20, 2024
1 parent 5a810eb commit ff0a393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qc-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
node-version-file: .nvmrc

- name: Install Dependencies
run: npm install
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
node-version-file: .nvmrc

- name: Install Dependencies
run: npm install
Expand Down

0 comments on commit ff0a393

Please sign in to comment.