Skip to content

Merge branch 'main' into add-zsn #752

Merge branch 'main' into add-zsn

Merge branch 'main' into add-zsn #752

Workflow file for this run

name: 'ci'
on: [pull_request, push]
jobs:
build:
name: 'check'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ljharb/actions/node/install@32a09e8b5346216e84d4cdf4769c70af9903b536
name: 'nvm install lts/* && npm ci'
with:
node-version: lts/*
- run: npm test