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

Bump semver from 7.3.7 to 7.5.4 #34

Bump semver from 7.3.7 to 7.5.4

Bump semver from 7.3.7 to 7.5.4 #34

Workflow file for this run

name: check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '14', '16' ]
name: Check on node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: yarn install
- run: make