Skip to content

Removing workflow #28

Removing workflow

Removing workflow #28

Workflow file for this run

name: Unit test and build
on: [push]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'npm'
- run: npm ci
- run: npm run prepublishOnly