Skip to content

chore: Sync changes to unsaved changes and board components demos #371

chore: Sync changes to unsaved changes and board components demos

chore: Sync changes to unsaved changes and board components demos #371

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm test