diff --git a/.github/workflows/monday.yml b/.github/workflows/monday.yml index 4670393c..b8525cb5 100644 --- a/.github/workflows/monday.yml +++ b/.github/workflows/monday.yml @@ -4,8 +4,8 @@ on: - cron: '0 5 * * 1' # Runs at 05:00, only on Monday jobs: - corepack-up: - name: Corepack up + tools-update: + name: Tools update runs-on: ubuntu-latest permissions: contents: write @@ -20,3 +20,7 @@ jobs: - uses: VKCOM/gh-actions/shared/node/corepack-up-pr@main with: token: ${{ secrets.DEVTOOLS_GITHUB_TOKEN }} + + - uses: VKCOM/gh-actions/shared/node/nvmrc-up-pr@main + with: + token: ${{ secrets.DEVTOOLS_GITHUB_TOKEN }}