Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Bump semver from 5.7.1 to 5.7.2 (#57) #81

Bump semver from 5.7.1 to 5.7.2 (#57)

Bump semver from 5.7.1 to 5.7.2 (#57) #81

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 16
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run tests
run: yarn test
env:
FORCE_COLOR: 2