Skip to content

22.4.3

22.4.3 #623

Workflow file for this run

name: Test
on:
push:
branches: main
pull_request:
branches: main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: 24
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm test