Skip to content

Commit

Permalink
Update i18n_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Jul 9, 2024
1 parent a1b0ae5 commit d831d2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/i18n_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d831d2a

Please sign in to comment.