Skip to content

fix: updated dset pkg from 3.1.2 to 3.1.4 (#77) #296

fix: updated dset pkg from 3.1.2 to 3.1.4 (#77)

fix: updated dset pkg from 3.1.2 to 3.1.4 (#77) #296

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.17.0]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm install
- name: Lint
run: npm run lint
- name: Test
run: npm run test:coverage