Skip to content

Bump semver from 5.4.1 to 5.7.2 #11

Bump semver from 5.4.1 to 5.7.2

Bump semver from 5.4.1 to 5.7.2 #11

Workflow file for this run

name: CI
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [14]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v1
with:
node_version: ${{ matrix.node_version }}
- name: run CI
run: |
yarn install
# yarn lint
yarn format
yarn transpile