There was an error while loading. Please reload this page.
1 parent a048d85 commit dd02594Copy full SHA for dd02594
2 files changed
.github/workflows/i18n-pull.yml
@@ -13,7 +13,7 @@ jobs:
13
i18n-pull:
14
runs-on: ubuntu-latest
15
env:
16
- NODE-VERSION: 22
+ NODE-VERSION: 24
17
18
steps:
19
- name: Checkout
@@ -37,7 +37,7 @@ jobs:
37
run: npm run compile_catalog
38
39
- name: Create Pull Request
40
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v8
41
with:
42
commit-message: "i18n: pulled translations"
43
title: "i18n: pulled translations"
.github/workflows/i18n-push.yml
i18n-extract:
0 commit comments