Skip to content

Update @types/node 22.7.7 → 22.8.1 (minor) #112

Update @types/node 22.7.7 → 22.8.1 (minor)

Update @types/node 22.7.7 → 22.8.1 (minor) #112

Workflow file for this run

name: Test on production
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
test:
name: Run tests
uses: ./.github/workflows/test.yml
with:
environment: production
cleanup:
name: Cleanup
needs: test
uses: ./.github/workflows/cleanup.yml
with:
environment: production