Skip to content

Bump semver from 5.7.1 to 5.7.2 (#115) #196

Bump semver from 5.7.1 to 5.7.2 (#115)

Bump semver from 5.7.1 to 5.7.2 (#115) #196

Workflow file for this run

name: Run unit tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Run tests
run: yarn install && yarn workspaces run test