Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

0.27.0

0.27.0 #11

Workflow file for this run

name: Node.js Package Build test
on:
push
jobs:
build-test:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm test
- run: npm run build