Skip to content

Update Node.js to ^16.20.2 - autoclosed #1859

Update Node.js to ^16.20.2 - autoclosed

Update Node.js to ^16.20.2 - autoclosed #1859

Workflow file for this run

name: pr-checks
on: pull_request
jobs:
build:
uses: ./.github/workflows/build.yml
lint:
needs: build
uses: ./.github/workflows/lint.yml
unit:
needs: build
uses: ./.github/workflows/unit-test.yml
integration:
needs: build
uses: ./.github/workflows/integration-test.yml
secrets:
discord_token: ${{ secrets.BOT_TOKEN }}