Skip to content

Merge pull request #27 from github/dependabot/npm_and_yarn/npm_and_ya… #84

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

Merge pull request #27 from github/dependabot/npm_and_yarn/npm_and_ya… #84

Workflow file for this run

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