Skip to content

Nightly

Nightly #123

Workflow file for this run

name: Nightly
on:
schedule:
- cron: '0 18 * * *' # 6pm Daily
jobs:
Nightly:
runs-on: ${{ matrix.os }}
timeout-minutes: 15
strategy:
matrix:
node: [20.x]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v4
# Deno
- name: Install Deno
uses: denoland/setup-deno@v2
with:
deno-version: canary
# Range
- name: Range
run: deno task range