Skip to content

Commit b1c2028

Browse files
committed
fix ci
1 parent 16b588f commit b1c2028

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install dependencies
4242
run: pnpm install --frozen-lockfile
4343

44-
- run: node --run build
44+
- run: pnpm run build
4545

4646
lint:
4747
runs-on: ubuntu-latest
@@ -70,7 +70,7 @@ jobs:
7070
- name: Install dependencies
7171
run: pnpm install --frozen-lockfile
7272

73-
- run: node --run lint
73+
- run: pnpm run lint
7474

7575
typecheck:
7676
runs-on: ubuntu-latest
@@ -99,7 +99,7 @@ jobs:
9999
- name: Install dependencies
100100
run: pnpm install --frozen-lockfile
101101

102-
- run: node --run typecheck
102+
- run: pnpm run typecheck
103103

104104
test:
105105
runs-on: ubuntu-latest
@@ -128,7 +128,7 @@ jobs:
128128
- name: Install dependencies
129129
run: pnpm install --frozen-lockfile
130130

131-
- run: node --run test
131+
- run: pnpm run test
132132

133133
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
134134
with:

0 commit comments

Comments
 (0)