Skip to content

Bump @types/node-schedule from 2.1.2 to 2.1.3 #303

Bump @types/node-schedule from 2.1.2 to 2.1.3

Bump @types/node-schedule from 2.1.2 to 2.1.3 #303

Workflow file for this run

name: build
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: lts/*
cache: 'npm'
- run: npm install
- run: npm run build