Skip to content

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

build(deps): bump semver from 5.7.1 to 5.7.2

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

Workflow file for this run

name: Check
on:
push:
pull_request:
jobs:
deploy:
name: Check
runs-on: ubuntu-latest
steps:
- name: Setup repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build