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

Bump semver from 6.3.0 to 6.3.1 #97

Bump semver from 6.3.0 to 6.3.1

Bump semver from 6.3.0 to 6.3.1 #97

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
linters:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn # Install modules
- run: yarn lint