Skip to content

Merge pull request #132 from JJ/dependabot/npm_and_yarn/undici-5.28.4 #118

Merge pull request #132 from JJ/dependabot/npm_and_yarn/undici-5.28.4

Merge pull request #132 from JJ/dependabot/npm_and_yarn/undici-5.28.4 #118

name: "Basic installation and build checks"
on: [pull_request, push]
jobs:
check_pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "npm ci"
run: npm ci
- name: "npm run build"
run: npm run build
- name: "Run tests"
run: npm test