Skip to content

chore: add automated prerelease and update github actions (#894) #1451

chore: add automated prerelease and update github actions (#894)

chore: add automated prerelease and update github actions (#894) #1451

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- name: Install Dependencies
run: npm ci
- name: Run Unit Tests
run: npm test