We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3118b4c commit 18d6823Copy full SHA for 18d6823
.github/workflows/check-i18n-task.yml
@@ -28,11 +28,11 @@ jobs:
28
- name: Install Node.js 12.x
29
uses: actions/setup-node@v2
30
with:
31
- node-version: '14.18.2'
+ node-version: '14.x'
32
registry-url: 'https://registry.npmjs.org'
33
34
- name: Install dependencies
35
run: yarn --ignore-engines
36
37
- name: Check for errors
38
- run: yarn i18n:check --ignore-engines
+ run: yarn --ignore-engines i18n:check
.github/workflows/i18n-nightly-push.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
20
21
0 commit comments