Skip to content

Commit

Permalink
[Tech Debt] Set CI node setup to use .nvmrc for node version
Browse files Browse the repository at this point in the history
  • Loading branch information
levinmr committed Nov 15, 2024
1 parent f477646 commit 06cf4b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v4
with:
node-version: "lts/*"
node-version-file: ".nvmrc"
cache: 'npm'
- name: Install node dependencies
run: npm ci
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v4
with:
node-version: "lts/*"
node-version-file: ".nvmrc"
cache: 'npm'
- name: Install node dependencies
run: npm ci
Expand Down

0 comments on commit 06cf4b9

Please sign in to comment.