Skip to content

Commit

Permalink
chore(.github/workflows): update actions/setup-node to use 'node-vers…
Browse files Browse the repository at this point in the history
…ion-file' instead of 'node-version
  • Loading branch information
DongjaJ committed Dec 15, 2024
1 parent e6dc18b commit 4e3e360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'
node-version-file: '.nvmrc'
cache: ${{ steps.detect-package-manager.outputs.manager }}
- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'
node-version-file: '.nvmrc'
cache: ${{ steps.detect-package-manager.outputs.manager }}
- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 4e3e360

Please sign in to comment.