Skip to content

chore: bump release-it from 17.0.5 to 17.1.0 #510

chore: bump release-it from 17.0.5 to 17.1.0

chore: bump release-it from 17.0.5 to 17.1.0 #510

Workflow file for this run

name: Build
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '20'
cache: yarn
- name: Install dependencies
run: yarn install
- name: Linting
run: yarn lint
- name: Testing
run: yarn test
- name: Build
run: yarn build