[READ-ONLY] Mirror of https://github.com/danielroe/typed-vuex. 🏦 A typed store accessor for vanilla Vuex. typed-vuex.roe.dev
hacktoberfest nuxt nuxt-module nuxtjs typescript vue vuejs vuex
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: remove forced corepack installation

+1 -1
+1 -1
.github/workflows/test.yml
··· 16 16 steps: 17 17 - uses: actions/checkout@v3 18 18 19 - - run: npm i -g --force corepack && corepack enable 19 + - run: corepack enable 20 20 21 21 - uses: actions/setup-node@v3 22 22 with: