Skip to content

Commit 050464a

Browse files
committed
fix ci
1 parent 57f26d5 commit 050464a

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/code-quality.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- name: Install pnpm
1616
uses: pnpm/action-setup@v4
17-
with:
18-
version: 10
1917
- name: Use Node.js ${{ matrix.node-version }}
2018
uses: actions/setup-node@v4
2119
with:
@@ -26,7 +24,7 @@ jobs:
2624
- name: Run Formatter
2725
run: pnpm format:check
2826
test:
29-
name: Format
27+
name: Test
3028
runs-on: ubuntu-22.04
3129
strategy:
3230
matrix:
@@ -35,8 +33,6 @@ jobs:
3533
- uses: actions/checkout@v4
3634
- name: Install pnpm
3735
uses: pnpm/action-setup@v4
38-
with:
39-
version: 10
4036
- name: Use Node.js ${{ matrix.node-version }}
4137
uses: actions/setup-node@v4
4238
with:
@@ -48,7 +44,7 @@ jobs:
4844
run: pnpm test
4945

5046
build:
51-
name: Format
47+
name: Build
5248
runs-on: ubuntu-22.04
5349
strategy:
5450
matrix:
@@ -57,8 +53,6 @@ jobs:
5753
- uses: actions/checkout@v4
5854
- name: Install pnpm
5955
uses: pnpm/action-setup@v4
60-
with:
61-
version: 10
6256
- name: Use Node.js ${{ matrix.node-version }}
6357
uses: actions/setup-node@v4
6458
with:

.github/workflows/publish-package.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- name: Install pnpm
1818
uses: pnpm/action-setup@v4
19-
with:
20-
version: 10
2119
- name: Use Node.js ${{ matrix.node-version }}
2220
uses: actions/setup-node@v4
2321
with:

0 commit comments

Comments
 (0)