Skip to content

Merge pull request #112 from deltoro05/patch-1 #275

Merge pull request #112 from deltoro05/patch-1

Merge pull request #112 from deltoro05/patch-1 #275

Workflow file for this run

name: CI
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 3'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ '14' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test