Skip to content

chore(deps-dev): bump renovate from 39.86.4 to 39.155.0 #79

chore(deps-dev): bump renovate from 39.86.4 to 39.155.0

chore(deps-dev): bump renovate from 39.86.4 to 39.155.0 #79

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: 20
cache: npm
- run: yarn install
- run: yarn run lint
- run: yarn run test