Skip to content

fix: better check for unsafe config to fallback #388

fix: better check for unsafe config to fallback

fix: better check for unsafe config to fallback #388

Workflow file for this run

name: nuxt2 compat
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "pnpm"
- run: pnpm install && pnpm dev:prepare
- run: cd nuxt2-playground && pnpm i --ignore-workspace && pnpm build