Skip to content

Commit 69c73c0

Browse files
committed
chore(release): fix syntax for GH
1 parent 4e1944e commit 69c73c0

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,16 @@ on:
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
11-
1211
strategy:
1312
matrix:
1413
node-version: [20.x, 22.x, 24.x, 25.x]
1514
steps:
1615
- uses: actions/checkout@v4
17-
- name: Use Node.js ${{ matrix.node-version }}
18-
uses: actions/setup-node@v4
19-
with:
20-
node-version: ${{ matrix.node-version }}
21-
cache: "npm"
16+
- name: Use Node.js ${{ matrix.node-version }}
17+
uses: actions/setup-node@v4
18+
with:
19+
node-version: ${{ matrix.node-version }}
20+
cache: "npm"
2221
- run: npm ci
2322
- run: npm run build --if-present
2423
- run: npm run lint

0 commit comments

Comments
 (0)