Skip to content

chore: bump @morev/utils from 3.7.0 to 3.8.0 #526

chore: bump @morev/utils from 3.7.0 to 3.8.0

chore: bump @morev/utils from 3.7.0 to 3.8.0 #526

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: '18'
cache: yarn
- name: Install dependencies
run: yarn install
- name: Linting
run: yarn lint
- name: Testing
run: yarn test
- name: Build
run: yarn build