Skip to content

Configure Renovate #241

Configure Renovate

Configure Renovate #241

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: "lts/*"
cache: "yarn"
cache-dependency-path: "**/yarn.lock"
- run: yarn
- run: yarn build