Skip to content

build: bump nuxt from 3.8.2 to 3.9.0 #460

build: bump nuxt from 3.8.2 to 3.9.0

build: bump nuxt from 3.8.2 to 3.9.0 #460

Workflow file for this run

name: CI
on:
- pull_request
- push
- workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.x"
cache: "yarn"
- run: yarn install
- run: yarn generate