Skip to content

Merge pull request #27 from tobyhs/dependabot/github_actions/actions/… #92

Merge pull request #27 from tobyhs/dependabot/github_actions/actions/…

Merge pull request #27 from tobyhs/dependabot/github_actions/actions/… #92

Workflow file for this run

name: 'build-test'
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: node --version
- uses: actions/checkout@v5
- run: npm install
- run: npm run ci