Skip to content

Configure Renovate #325

Configure Renovate

Configure Renovate #325

Workflow file for this run

name: Build
on:
pull_request:
branches:
- 'v2-*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16
uses: actions/setup-node@v1
with:
node-version: 16
- run: yarn
- run: yarn build
- name: Upload build
uses: actions/upload-artifact@v2
with:
name: build
path: build