Skip to content

Commit

Permalink
ci: remove compatibility tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 17, 2024
1 parent a457bdb commit 0dc83ca
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,36 +10,6 @@ on:
- main

jobs:
compatibility:
runs-on: ${{ matrix.os }}
strategy:
matrix:
nuxt: ["2.13", "2.14"]
os: [windows-latest, ubuntu-latest]

steps:
- uses: actions/checkout@v3

- run: corepack enable

- uses: actions/setup-node@v3
with:
node-version: 20
cache: "pnpm"

- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Add nuxt
run: pnpm i nuxt@${{ matrix.nuxt }}
working-directory: packages/nuxt-typed-vuex

- name: Build
run: pnpm build

- name: Test
run: pnpm test

latest:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 0dc83ca

Please sign in to comment.