Skip to content

Bump semver from 6.3.0 to 6.3.1 #65

Bump semver from 6.3.0 to 6.3.1

Bump semver from 6.3.0 to 6.3.1 #65

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 18
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Lint
run: yarn lint