Skip to content

Bump cronstrue from 2.41.0 to 2.44.0 #78

Bump cronstrue from 2.41.0 to 2.44.0

Bump cronstrue from 2.41.0 to 2.44.0 #78

Workflow file for this run

name: PR
on:
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm test