Skip to content

Merge pull request #708 from github/dependabot/npm_and_yarn/shell-quo… #1669

Merge pull request #708 from github/dependabot/npm_and_yarn/shell-quo…

Merge pull request #708 from github/dependabot/npm_and_yarn/shell-quo… #1669

Workflow file for this run

name: Node CI
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20, 22, 26]
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Install
run: npm ci
- name: Test
run: npm test