Skip to content

Commit 0dc83ca

Browse files
committed
ci: remove compatibility tests
1 parent a457bdb commit 0dc83ca

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

Diff for: .github/workflows/test.yml

-30
Original file line numberDiff line numberDiff line change
@@ -10,36 +10,6 @@ on:
1010
- main
1111

1212
jobs:
13-
compatibility:
14-
runs-on: ${{ matrix.os }}
15-
strategy:
16-
matrix:
17-
nuxt: ["2.13", "2.14"]
18-
os: [windows-latest, ubuntu-latest]
19-
20-
steps:
21-
- uses: actions/checkout@v3
22-
23-
- run: corepack enable
24-
25-
- uses: actions/setup-node@v3
26-
with:
27-
node-version: 20
28-
cache: "pnpm"
29-
30-
- name: Install dependencies
31-
run: pnpm install --frozen-lockfile
32-
33-
- name: Add nuxt
34-
run: pnpm i nuxt@${{ matrix.nuxt }}
35-
working-directory: packages/nuxt-typed-vuex
36-
37-
- name: Build
38-
run: pnpm build
39-
40-
- name: Test
41-
run: pnpm test
42-
4313
latest:
4414
runs-on: ubuntu-latest
4515

0 commit comments

Comments
 (0)