Skip to content

Commit

Permalink
Chore: setup-node error in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed Jan 16, 2025
1 parent 16382b5 commit 56472d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: setup-node
uses: actions/setup-node@v4
with:
nvmrc-file: .nvmrc
node-version-file: .nvmrc
cache: npm

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: setup-node
uses: actions/setup-node@v4
with:
nvmrc-file: .nvmrc
node-version-file: .nvmrc
cache: npm

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: setup-node
uses: actions/setup-node@v4
with:
nvmrc-file: .nvmrc
node-version-file: .nvmrc
cache: npm

- name: Install Dependencies
Expand Down

0 comments on commit 56472d5

Please sign in to comment.