File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88jobs :
99 quality :
1010 runs-on : ubuntu-latest
11- strategy :
12- matrix :
13- node-version : [24]
1411 steps :
1512 - name : Checkout
1613 uses : actions/checkout@v4
17-
18- - name : Setup Node.js ${{ matrix.node-version }}
19- uses : actions/setup-node@v4
14+ - uses : actions/setup-node@v4
2015 with :
21- node-version : ${{ matrix.node-version }}
22- cache : ' pnpm'
23-
24- - name : Install pnpm
25- uses : pnpm/action-setup@v4
16+ node-version : ' 24'
17+ registry-url : ' https://registry.npmjs.org/'
18+ - uses : pnpm/action-setup@v4
2619 with :
2720 version : 10
28-
29- - name : Install dependencies
21+ - name : Install
3022 run : pnpm install --frozen-lockfile
31-
3223 - name : Lint
3324 run : pnpm run lint
34-
3525 - name : Format check
3626 run : pnpm run format:check
37-
3827 - name : TypeScript check
3928 run : pnpm exec tsc --noEmit
40-
4129 - name : Build
4230 run : pnpm run build
You can’t perform that action at this time.
0 commit comments