File tree Expand file tree Collapse file tree 3 files changed +6950
-4482
lines changed
.github/actions/validate-sdk Expand file tree Collapse file tree 3 files changed +6950
-4482
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ runs:
1212
1313 - name : Install dependencies
1414 shell : bash
15- run : pnpm install
15+ run : npm install
1616
1717 - name : Build SDK
1818 shell : bash
19- run : pnpm run build
19+ run : npm run build
2020
2121 # - name: Typecheck tests directory
2222 # shell: bash
2525 - name : Install examples dependencies
2626 shell : bash
2727 working-directory : examples
28- run : pnpm install
28+ run : npm install
2929
3030 - name : Typecheck examples root
3131 shell : bash
3535 - name : Install nextjs-example dependencies
3636 shell : bash
3737 working-directory : examples/nextjs-example
38- run : pnpm install
38+ run : npm install
3939
4040 - name : Typecheck nextjs-example
4141 shell : bash
4444
4545 - name : Run tests
4646 shell : bash
47- run : pnpm vitest
47+ run : npx vitest
You can’t perform that action at this time.
0 commit comments