diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 53d4557f8..65efca90b 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -14,4 +14,5 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} merge-method: squash do-not-merge-labels: never-merge - pull-request-author-associations: OWNER + pull-request-author-associations: OWNER,MEMBER + review-author-associations: OWNER,MEMBER diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index aa0ea28be..e4765731f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -12,7 +12,7 @@ jobs: src-only: "${{ steps.changes.outputs.src-only }}" steps: - uses: actions/checkout@v4 - - uses: dorny/paths-filter/@v2.11.1 + - uses: dorny/paths-filter/@v3.0.2 id: changes with: filters: | diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 9a37764eb..0b6d77877 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -15,9 +15,9 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ github.event.inputs.branch }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: - node-version: "20.x" + node-version: "22.x" registry-url: "https://registry.npmjs.org" - run: npm install -g npm - run: npm install