Skip to content

chore(deps-dev): bump semantic-release from 21.1.1 to 22.0.0 #133

chore(deps-dev): bump semantic-release from 21.1.1 to 22.0.0

chore(deps-dev): bump semantic-release from 21.1.1 to 22.0.0 #133

Workflow file for this run

name: CI
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
cache: yarn
- name: yarn install, build and test
run: |
yarn install
yarn run test
yarn run build