Skip to content

fix: update repository url #26

fix: update repository url

fix: update repository url #26

Workflow file for this run

name: Build & Test Package
on:
push:
branches: [develop]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- run: npm run build