Skip to content

Changed: Update dependency cron to v3 BREAKING #541

Changed: Update dependency cron to v3 BREAKING

Changed: Update dependency cron to v3 BREAKING #541

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18.x
uses: actions/setup-node@v2
with:
node-version: 18.x
- name: NPM Build and Test
run: |
npm ci
npm run tsc
npm run release
env:
GITHUB_TOKEN: ${{ secrets.G_BOT_TOKEN }}
DOCKER_USERNAME: fabulator
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}