Skip to content

ci: change node-version from '>=18.x' to 18.x #909

ci: change node-version from '>=18.x' to 18.x

ci: change node-version from '>=18.x' to 18.x #909

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"