Skip to content

Merge pull request #42 from 1024pix/renovate/dossier-racine-cron-3.x #132

Merge pull request #42 from 1024pix/renovate/dossier-racine-cron-3.x

Merge pull request #42 from 1024pix/renovate/dossier-racine-cron-3.x #132

Workflow file for this run

name: Node.js CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 16
uses: actions/setup-node@v4
with:
node-version: 16
cache: 'npm'
- run: npm ci
- run: npm test