Skip to content

chore: bump

chore: bump #12

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@4032862665755e7721530c3e5855607c73158426
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}