Skip to content

Merge pull request #66 from irgaly/renovate/@actions #356

Merge pull request #66 from irgaly/renovate/@actions

Merge pull request #66 from irgaly/renovate/@actions #356

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