Skip to content

Merge pull request #43 from github/dependabot/npm_and_yarn/npm_and_ya… #112

Merge pull request #43 from github/dependabot/npm_and_yarn/npm_and_ya…

Merge pull request #43 from github/dependabot/npm_and_yarn/npm_and_ya… #112

Workflow file for this run

name: Node CI
on: [push]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
with:
node-version: 26
- name: npm ci, build, and test
run: |
npm ci
npm run build --if-present
npm test
env:
CI: true