Skip to content

updated: Use the moveBefore to move nodes if it's supported #40

updated: Use the moveBefore to move nodes if it's supported

updated: Use the moveBefore to move nodes if it's supported #40

Workflow file for this run

name: test
on:
push:
branches: [main, dev]
pull_request:
branches: [main, dev]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x, 24.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v4
- name: Local Unit Test ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm test