Skip to content

chore(deps-dev): bump semantic-release from 19.0.3 to 22.0.4 #193

chore(deps-dev): bump semantic-release from 19.0.3 to 22.0.4

chore(deps-dev): bump semantic-release from 19.0.3 to 22.0.4 #193

Workflow file for this run

name: Node CI
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: yarn install, lint, build, and test
run: |
yarn install
yarn lint
yarn build
yarn test
env:
CI: true
- name: Coveralls GitHub Action
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}