Skip to content

Commit 79700b0

Browse files
authored
Update main.yml (#681)
1 parent 9f5576c commit 79700b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,8 @@ jobs:
6060

6161
- name: Use Node.js ${{ matrix.node-version }}
6262
uses: actions/setup-node@v4
63-
with:
64-
node-version: 20
6563
with:
66-
node-version: ${{ matrix.node-version }}
64+
node-version: 20
6765
cache: 'pnpm'
6866

6967
- name: Install dependencies

0 commit comments

Comments
 (0)