Skip to content

chore(deps): update cla-assistant/github-action action to v2.6.1 #480

chore(deps): update cla-assistant/github-action action to v2.6.1

chore(deps): update cla-assistant/github-action action to v2.6.1 #480

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: Install root dependencies
run: npm install
- name: Build root
run: npm run build
- name: Install and build example
run: cd example && npm install && npm run build