Skip to content

Fix the build

Fix the build #7

Workflow file for this run

name: Build the package
on:
push:
branches:
- "main"
pull_request:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
- run: npm ci
- run: npm run build