Skip to content

Commit

Permalink
Use .nmvrc file in the GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
igorschoester committed Jan 11, 2024
1 parent 07c734c commit 2d0e953
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Set up node and enable caching of dependencies
uses: actions/setup-node@v4
with:
node-version: '18'
node-version-file: './.nvmrc'
cache: 'yarn'

- name: "Debug info: show tooling versions"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Set up node and enable caching of dependencies
uses: actions/setup-node@v4
with:
node-version: '18'
node-version-file: './.nvmrc'
cache: 'yarn'

- name: Yarn install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/jstest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Set up node and enable caching of dependencies
uses: actions/setup-node@v4
with:
node-version: '18'
node-version-file: './.nvmrc'
cache: 'yarn'

- name: Yarn install
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
if: ${{ steps.checks-run.outputs.should == 'true' }}
uses: actions/setup-node@v4
with:
node-version: '18'
node-version-file: './.nvmrc'
cache: 'yarn'

- name: Yarn install
Expand Down

0 comments on commit 2d0e953

Please sign in to comment.