Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Add renovate.json

Add renovate.json #3

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.8
uses: actions/setup-node@v1
with:
node-version: 12.8
- name: Install dependencies
run: npm install
- name: Test
run: |
npm test -- --configuration=ci