Skip to content

chore(deps): update dependency tmp to v0.2.6 [security] #490

chore(deps): update dependency tmp to v0.2.6 [security]

chore(deps): update dependency tmp to v0.2.6 [security] #490

Workflow file for this run

name: Unit Tests on Pull Requests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Unit Testing
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci
- run: npm run test