File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,30 +28,30 @@ jobs:
2828 - name : Lint
2929 run : pnpm run lint
3030
31- test :
32- runs-on : ${{ matrix.os }}
31+ # test:
32+ # runs-on: ${{ matrix.os }}
3333
34- strategy :
35- matrix :
36- node : [16.x, 18.x]
37- os : [ubuntu-latest, windows-latest, macos-latest]
38- fail-fast : false
34+ # strategy:
35+ # matrix:
36+ # node: [16.x, 18.x]
37+ # os: [ubuntu-latest, windows-latest, macos-latest]
38+ # fail-fast: false
3939
40- steps :
41- - uses : actions/checkout@v3
42- - name : Set node ${{ matrix.node }}
43- uses : actions/setup-node@v3
44- with :
45- node-version : ${{ matrix.node }}
40+ # steps:
41+ # - uses: actions/checkout@v3
42+ # - name: Set node ${{ matrix.node }}
43+ # uses: actions/setup-node@v3
44+ # with:
45+ # node-version: ${{ matrix.node }}
4646
47- - name : Setup
48- run : npm i -g pnpm@8
47+ # - name: Setup
48+ # run: npm i -g pnpm@8
4949
50- - name : Install
51- run : pnpm i
50+ # - name: Install
51+ # run: pnpm i
5252
53- - name : Build
54- run : pnpm run build
53+ # - name: Build
54+ # run: pnpm run build
5555
56- # - name: Test
57- # run: pnpm run test
56+ # - name: Test
57+ # run: pnpm run test
You can’t perform that action at this time.
0 commit comments