Skip to content

Merge pull request #60 from irgaly/ci_update_dist_ubuntu #339

Merge pull request #60 from irgaly/ci_update_dist_ubuntu

Merge pull request #60 from irgaly/ci_update_dist_ubuntu #339

Workflow file for this run

name: Test
on:
push:
jobs:
build-test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
- run: npm install
- shell: bash -xeu {0}
run: npm run build