Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

build(deps): bump semver from 5.7.1 to 5.7.2 #277

build(deps): bump semver from 5.7.1 to 5.7.2

build(deps): bump semver from 5.7.1 to 5.7.2 #277

Workflow file for this run

name: Tests
on:
push:
branches:
- master
paths-ignore:
- 'website/**'
- 'data/**'
pull_request:
branches:
- master
paths-ignore:
- 'website/**'
- 'data/**'
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Test using Node.js
uses: actions/setup-node@v2
with:
node-version: 16
cache: 'yarn'
- run: yarn install
- run: yarn build:js
- run: yarn test