Skip to content

Commit bab0de5

Browse files
committed
chore: fix indenting
1 parent 69c73c0 commit bab0de5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
node-version: [20.x, 22.x, 24.x, 25.x]
1414
steps:
1515
- uses: actions/checkout@v4
16-
- name: Use Node.js ${{ matrix.node-version }}
16+
- name: Use Node.js ${{ matrix.node-version }}
1717
uses: actions/setup-node@v4
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
cache: "npm"
21-
- run: npm ci
22-
- run: npm run build --if-present
23-
- run: npm run lint
21+
- run: npm ci
22+
- run: npm run build --if-present
23+
- run: npm run lint
2424

2525
release:
2626
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)