Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 18d6823

Browse files
committed
Use correct --ignore-engines
1 parent 3118b4c commit 18d6823

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎.github/workflows/check-i18n-task.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
- name: Install Node.js 12.x
2929
uses: actions/setup-node@v2
3030
with:
31-
node-version: '14.18.2'
31+
node-version: '14.x'
3232
registry-url: 'https://registry.npmjs.org'
3333

3434
- name: Install dependencies
3535
run: yarn --ignore-engines
3636

3737
- name: Check for errors
38-
run: yarn i18n:check --ignore-engines
38+
run: yarn --ignore-engines i18n:check

‎.github/workflows/i18n-nightly-push.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Node.js 12.x
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: '14.18.2'
18+
node-version: '14.x'
1919
registry-url: 'https://registry.npmjs.org'
2020

2121
- name: Install dependencies

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /