Skip to content

Merge pull request #44 from github/gp/upgrade-eslint-sec-vuln #114

Merge pull request #44 from github/gp/upgrade-eslint-sec-vuln

Merge pull request #44 from github/gp/upgrade-eslint-sec-vuln #114

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