Skip to content

fix: correct the default node version (16 to 22) #1080

fix: correct the default node version (16 to 22)

fix: correct the default node version (16 to 22) #1080

Workflow file for this run

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