Skip to content

ci + portable test glob: quoted globs need Node 22's runner, so the s… #1

ci + portable test glob: quoted globs need Node 22's runner, so the s…

ci + portable test glob: quoted globs need Node 22's runner, so the s… #1

Workflow file for this run

name: ci
on:
push: { branches: [gh-pages] }
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with: { node-version: '22' }
- run: npm install
- run: npm test