Skip to content

feat(lazer): add js example (#35) #3

feat(lazer): add js example (#35)

feat(lazer): add js example (#35) #3

Workflow file for this run

name: "Lazer JS Test Suite"
on:
push:
branches:
- main
pull_request:
jobs:
lazer-js-test-suite:
name: Lazer JS Test Suite
runs-on: ubuntu-22.04
defaults:
run:
working-directory: lazer/js
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install --global [email protected]
- run: pnpm install --frozen-lockfile
- run: pnpm run test