diff --git a/.github/workflows/i18n-automerge.yml b/.github/workflows/i18n-automerge.yml index 4822e065..2ddfa141 100644 --- a/.github/workflows/i18n-automerge.yml +++ b/.github/workflows/i18n-automerge.yml @@ -15,11 +15,15 @@ jobs: cancel-in-progress: true steps: - - name: Checkout code - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 + - uses: actions/setup-node@v4 + with: + node-version: 20 + - run: npm ci + - name: Merge PR if there are significant changes run: | BASE_SHA="${{ github.event.pull_request.base.sha }}"