From d831d2aa4f5e45c974602a6ebfb78c0ac5737883 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 9 Jul 2024 13:40:52 +0100 Subject: [PATCH] Update i18n_check.yml --- .github/workflows/i18n_check.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/i18n_check.yml b/.github/workflows/i18n_check.yml index 2700d5c..c85c489 100644 --- a/.github/workflows/i18n_check.yml +++ b/.github/workflows/i18n_check.yml @@ -37,9 +37,10 @@ jobs: exit 1 echo "Only translation files modified by 'yarn i18n' can be committed - other translation files will confuse weblate in unrecoverable ways." - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: cache: "yarn" + node-version-file: package.json # Does not need branch matching as only analyses this layer - name: Install Deps