Skip to content

Updated dependencies #270

Updated dependencies

Updated dependencies #270

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: macos-13
steps:
- run: sw_vers
- uses: actions/checkout@v4
- run: python -m pip install --upgrade packaging pip setuptools
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm install
- run: npm test
- run: npm run coverage
- uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}