Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebill1049 committed May 14, 2024
1 parent 9f5576c commit 3cb50b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,8 @@ jobs:

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: 20
with:
node-version: ${{ matrix.node-version }}
node-version: 20
cache: 'pnpm'

- name: Install dependencies
Expand Down

0 comments on commit 3cb50b6

Please sign in to comment.