feat(app): nuxt version

This commit is contained in:
Corentin Thomasset 2024-10-24 14:40:54 +02:00
parent f836666417
commit 87cfc9c1f3
No known key found for this signature in database
GPG key ID: DBD997E935996158
504 changed files with 8075 additions and 33366 deletions

View file

@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22
cache: 'pnpm'
- name: Install dependencies
@ -24,8 +24,8 @@ jobs:
- name: Run linters
run: pnpm lint
- name: Run unit test
run: pnpm test
# - name: Run unit test
# run: pnpm test:unit
- name: Type check
run: pnpm typecheck