Skip to content

Bump semver from 6.3.0 to 6.3.1 #25

Bump semver from 6.3.0 to 6.3.1

Bump semver from 6.3.0 to 6.3.1 #25

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
uses: actions/setup-node@v2
with:
node-version: 14
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn type-check
- run: yarn build
- uses: actions/upload-artifact@v2
with:
name: build-output
path: dist
if-no-files-found: error