Skip to content

chore: bump

chore: bump #7

Workflow file for this run

name: nuxt-nightly
on:
# schedule:
# - cron: "0 5 * * 1,3,5" # monday,wednesday,friday 5AM
workflow_dispatch:
push:
branches:
ci/nightly
jobs:
test:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Nuxt Nightly
uses: danielroe/nuxt-nightly-action@c263e358545baabc638e728fbed7d255e7a04130