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

Merge branch 'zsqk-update-2024-01' #9

Merge branch 'zsqk-update-2024-01'

Merge branch 'zsqk-update-2024-01' #9

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