Skip to content

Bump release-it from 14.7.0 to 17.0.1 #318

Bump release-it from 14.7.0 to 17.0.1

Bump release-it from 14.7.0 to 17.0.1 #318

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: 10
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test