Skip to content

Clean up temp files on SIGINT, SIGTERM, and process exit #20

Clean up temp files on SIGINT, SIGTERM, and process exit

Clean up temp files on SIGINT, SIGTERM, and process exit #20

Workflow file for this run

name: CI
on:
push:
branches: [master, main, v7]
pull_request:
branches: [master, main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22, 24]
steps:
- uses: actions/checkout@v5
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v5
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- run: pnpm install
- run: pnpm test