Skip to content

Commit 2d3f565

Browse files
committed
ci: try fix
1 parent 06ffb63 commit 2d3f565

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: lts/*
16+
node-version: [lts/*]
1717
steps:
1818
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121
- uses: pnpm/action-setup@v4
22-
with:
23-
version: 9
2422
- name: Use Node.js v${{ matrix.node-version }}
2523
uses: actions/setup-node@v4
2624
with:

0 commit comments

Comments
 (0)