Skip to content

Update @types/node 20.11.30 → 20.12.4 (minor) #38

Update @types/node 20.11.30 → 20.12.4 (minor)

Update @types/node 20.11.30 → 20.12.4 (minor) #38

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