Skip to content

Fix Node 20 deprecation #136

Fix Node 20 deprecation

Fix Node 20 deprecation #136

Workflow file for this run

name: teamwork
on:
pull_request:
pull_request_review:
types: [submitted, dismissed]
jobs:
build:
runs-on: ubuntu-latest
name: Ensure this project runs
steps:
- uses: actions/checkout@v5
- uses: ./
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TEAMWORK_URI: "localhost"
TEAMWORK_API_TOKEN: "test_api_token"
AUTOMATIC_TAGGING: true
WORKFLOW_STAGE_OPENED: "PR Open"
WORKFLOW_STAGE_MERGED: "Ready to Test"
WORKFLOW_STAGE_CLOSED: "Rejected"