We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57170ed commit d98ed04Copy full SHA for d98ed04
1 file changed
.github/workflows/node.yml
@@ -6,15 +6,13 @@ on:
6
- ".github/workflows/node.yml"
7
- "src/**"
8
- "tests/**"
9
- - "types/**"
10
- "package.json"
11
- "pnpm-lock.yaml"
12
pull_request:
13
paths:
14
15
16
17
18
19
20
workflow_dispatch:
@@ -26,7 +24,6 @@ jobs:
26
24
fail-fast: false
27
25
matrix:
28
node-version: ["lts/*", "latest"]
29
- vite-version: ["vite@5", "vite@6", "vite@7"]
30
31
steps:
32
- uses: actions/checkout@v4
@@ -56,9 +53,7 @@ jobs:
56
53
${{ runner.os }}-pnpm-store-
57
54
58
55
- name: Install dependencies
59
- run: |
60
- pnpm install --frozen-lockfile --strict-peer-dependencies
61
- pnpm install ${{ matrix.vite-version }}
+ run: pnpm install --frozen-lockfile --strict-peer-dependencies
62
63
- name: Lint Source
64
run: pnpm exec biome ci
0 commit comments