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 c51439b commit 7a6eeb7Copy full SHA for 7a6eeb7
.github/workflows/run-generate-translators.yaml
@@ -21,6 +21,7 @@ jobs:
21
with:
22
node-version: latest
23
cache: 'npm'
24
+ cache-dependency-path: ./utils/localization/generate-translators/package-lock.json
25
- name: Install dependencies
26
working-directory: ./utils/localization/generate-translators
27
run: npm clean-install
0 commit comments