Skip to content

Commit

Permalink
[Tech Debt] Update deploy job to use node version from .nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
levinmr committed Nov 15, 2024
1 parent 6dc99a4 commit ac1dac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v4
with:
node-version: "lts/*"
node-version-file: ".nvmrc"
cache: 'npm'
- name: Install node dependencies
# This causes npm install to omit dev dependencies per NPM docs.
Expand Down

0 comments on commit ac1dac4

Please sign in to comment.