Skip to content

fix: updated Nuxt to 3.9.3 #107

fix: updated Nuxt to 3.9.3

fix: updated Nuxt to 3.9.3 #107

Workflow file for this run

name: PR Check
on:
pull_request:
branches:
- main
jobs:
build:
name: Build packages
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Install Nuxt 3 Playground dependencies
run: cd playground && npm i
- name: Prepare
run: npm run dev:prepare
- name: Build packages
run: npm run build
- name: Test Nuxt 3
run: npm test