Skip to content

Bump @mitre/saf from 1.4.13 to 1.4.14 #146

Bump @mitre/saf from 1.4.13 to 1.4.14

Bump @mitre/saf from 1.4.13 to 1.4.14 #146

Workflow file for this run

name: Run Test Scripts
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout repo at pull request
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: Run Tests
run: 'npm test'