Skip to content

Updated example URLs to use 0.1.x branch #562

Updated example URLs to use 0.1.x branch

Updated example URLs to use 0.1.x branch #562

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Build
run: npm run build --omit=dev