File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
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 :
You can’t perform that action at this time.
0 commit comments