Skip to content

Workflows fix

Workflows fix #384

Workflow file for this run

name: Node.js CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: yarn
- run: yarn build
- uses: actions/upload-artifact@v4
with:
path: build/