Skip to content

private-rule and symbols-function #1241

private-rule and symbols-function

private-rule and symbols-function #1241

Workflow file for this run

name: test
on:
push:
permissions:
contents: read
concurrency:
group: test-branch-node-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [22, 'lts/*']
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020
with:
node-version: ${{ matrix.node }}
- run: npm ci --ignore-scripts
- run: npm run test