Skip to content

Merge pull request #106 from bun913/dependabot/npm_and_yarn/path-to-r… #214

Merge pull request #106 from bun913/dependabot/npm_and_yarn/path-to-r…

Merge pull request #106 from bun913/dependabot/npm_and_yarn/path-to-r… #214

Workflow file for this run

name: Run Tests
on:
push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Install dependencies
run: npm ci
- name: Run CI tests
run: npm run test:ci
- name: Can build
run: npm run build