Skip to content

fix: changed discount scraper default start date (#850) #1352

fix: changed discount scraper default start date (#850)

fix: changed discount scraper default start date (#850) #1352

Workflow file for this run

name: Node CI
on: [push, pull_request]
jobs:
build:
if: github.ref != 'refs/heads/master'
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install and test
run: |
npm ci
npm run test:ci