Skip to content

add: position-area #1116

add: position-area

add: position-area #1116

Workflow file for this run

name: test
on:
push:
concurrency:
group: test-branch-node-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [20, 'lts/*']
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903
with:
node-version: ${{ matrix.node }}
- run: npm ci --ignore-scripts
- run: npm run test