diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 97d3f98..4249612 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -5,12 +5,13 @@ on: branches: [ master ] pull_request: branches: [ master ] + merge_group: jobs: Job: name: Node.js uses: node-modules/github-actions/.github/workflows/node-test.yml@master with: - version: '16, 18, 20, 22, 23' + version: '16, 18, 20, 22, 24' secrets: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c6cbb1..b8d6a72 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,8 +6,7 @@ on: jobs: release: - name: Node.js - uses: node-modules/github-actions/.github/workflows/node-release.yml@master + name: NPM + uses: node-modules/github-actions/.github/workflows/npm-release.yml@master secrets: - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} GIT_TOKEN: ${{ secrets.GIT_TOKEN }}