From 666d9b7ca6277c22c53539eab3f72ac5fc92dbac Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 19 Aug 2024 16:09:24 +0800 Subject: [PATCH] This needs node --- .github/workflows/i18n-automerge.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 }}"