Skip to content

---

--- #363

Workflow file for this run

name: "build"
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: NODE_OPTIONS=--openssl-legacy-provider npm ci