Skip to content

⬆️ Bump semver from 6.3.0 to 6.3.1 #143

⬆️ Bump semver from 6.3.0 to 6.3.1

⬆️ Bump semver from 6.3.0 to 6.3.1 #143

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies 📦
run: yarn
- name: Tests ✅
run: yarn run test