Skip to content

chore(deps-dev): bump renovate from 37.385.0 to 37.421.4 #58

chore(deps-dev): bump renovate from 37.385.0 to 37.421.4

chore(deps-dev): bump renovate from 37.385.0 to 37.421.4 #58

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: npm
- run: yarn install
- run: yarn run lint
- run: yarn run test