We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a457bdb commit 0dc83caCopy full SHA for 0dc83ca
.github/workflows/test.yml
@@ -10,36 +10,6 @@ on:
10
- main
11
12
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
43
latest:
44
runs-on: ubuntu-latest
45
0 commit comments