Skip to content

Commit 027d28f

Browse files
committed
ci: 设置node版本时使用了错误的参数
1 parent 148ae47 commit 027d28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ jobs:
6262
- uses: actions/setup-node@v4
6363
with:
6464
cache: 'pnpm'
65-
node-version-file: ${{ matrix.node }}
65+
node-version: ${{ matrix.node }}
6666
- run: pnpm install
6767
- run: pnpm build

0 commit comments

Comments
 (0)