Skip to content

Merge pull request #38 from github/supply-chain-improvements #22

Merge pull request #38 from github/supply-chain-improvements

Merge pull request #38 from github/supply-chain-improvements #22

Workflow file for this run

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