Skip to content

Commit d98ed04

Browse files
committed
ci: cleanup
1 parent 57170ed commit d98ed04

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/node.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ on:
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:
@@ -26,7 +24,6 @@ jobs:
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
@@ -56,9 +53,7 @@ jobs:
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

0 commit comments

Comments
 (0)