Commit f95852f
committed
fix: update CI workflow to use pnpm 9 and remove missing lint step
Fixes GitHub Actions CI failures:
1. Update pnpm version from 8 to 9
- The pnpm-lock.yaml uses lockfileVersion 9.0
- pnpm 8 cannot read this newer format
- Error: 'Ignoring not compatible lockfile'
2. Remove linting step
- No ESLint configured in project
- Script 'pnpm run lint' does not exist
- Only keeping typecheck and format:check
This resolves the 'ERR_PNPM_NO_LOCKFILE' error and allows
CI to run successfully.1 parent ef708e7 commit f95852f
1 file changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 36 | + | |
40 | 37 | | |
41 | 38 | | |
42 | 39 | | |
| |||
0 commit comments