File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 66 - " .github/workflows/node.yml"
77 - " src/**"
88 - " tests/**"
9- - " types/**"
109 - " package.json"
1110 - " pnpm-lock.yaml"
1211 pull_request :
1312 paths :
1413 - " .github/workflows/node.yml"
1514 - " src/**"
1615 - " tests/**"
17- - " types/**"
1816 - " package.json"
1917 - " pnpm-lock.yaml"
2018 workflow_dispatch :
2624 fail-fast : false
2725 matrix :
2826 node-version : ["lts/*", "latest"]
29- vite-version : ["vite@5", "vite@6", "vite@7"]
3027
3128 steps :
3229 - uses : actions/checkout@v4
5653 ${{ runner.os }}-pnpm-store-
5754
5855 - name : Install dependencies
59- run : |
60- pnpm install --frozen-lockfile --strict-peer-dependencies
61- pnpm install ${{ matrix.vite-version }}
56+ run : pnpm install --frozen-lockfile --strict-peer-dependencies
6257
6358 - name : Lint Source
6459 run : pnpm exec biome ci
You can’t perform that action at this time.
0 commit comments