Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

chore(deps-dev): bump tmp from 0.2.1 to 0.2.4 #2

chore(deps-dev): bump tmp from 0.2.1 to 0.2.4

chore(deps-dev): bump tmp from 0.2.1 to 0.2.4 #2

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
build-and-unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run bundle
- run: npm test