Skip to content

Bump @mitre/saf from 1.4.21 to 1.4.22 #82

Bump @mitre/saf from 1.4.21 to 1.4.22

Bump @mitre/saf from 1.4.21 to 1.4.22 #82

Workflow file for this run

name: Run Test Scripts
on:
push:
branches: main
pull_request:
jobs:
test:
runs-on: ubuntu-24.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: Install dependencies
run: npm ci
- name: Run Tests
run: npm test