Skip to content

chore: add dependabot configuration #26

chore: add dependabot configuration

chore: add dependabot configuration #26

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the libby example
name: Build React 17
on:
push:
branches:
- main
pull_request:
jobs:
example:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build:cli
- run: npm run build:17