Skip to content

Commit

Permalink
chore(ci): use 'node-version-file: .nvmrc' for setup-node action (#2724)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmth authored Jan 25, 2024
1 parent a4a224c commit e1baa90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 18
node-version-file: '.nvmrc'
cache: npm

- name: Install all npm packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 18
node-version-file: '.nvmrc'
cache: npm

- name: Install all npm packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 18
node-version-file: '.nvmrc'
cache: npm

- name: Install all npm packages
Expand Down

0 comments on commit e1baa90

Please sign in to comment.