Skip to content

Commit 527509d

Browse files
authored
Merge pull request github#15486 from github/repo-sync
repo sync
2 parents 54cbc20 + f56c62a commit 527509d

File tree

97 files changed

+168
-167
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+168
-167
lines changed

.github/workflows/autoupdate-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup Node
4646
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
4747
with:
48-
node-version: 16.13.x
48+
node-version: 16.14.x
4949
cache: npm
5050

5151
- name: Install dependencies

.github/workflows/browser-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Node
4343
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
4444
with:
45-
node-version: 16.13.x
45+
node-version: 16.14.x
4646
cache: npm
4747

4848
- name: Install dependencies

.github/workflows/check-all-english-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Node
3131
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
3232
with:
33-
node-version: 16.13.x
33+
node-version: 16.14.x
3434
cache: npm
3535
- name: npm ci
3636
run: npm ci

.github/workflows/check-broken-links-github-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Node
4545
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
4646
with:
47-
node-version: 16.13.x
47+
node-version: 16.14.x
4848
cache: npm
4949

5050
- name: Install Node.js dependencies

.github/workflows/code-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup node
4040
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
4141
with:
42-
node-version: 16.13.x
42+
node-version: 16.14.x
4343
cache: npm
4444

4545
- name: Install dependencies

.github/workflows/content-changes-table-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Setup Node
6060
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
6161
with:
62-
node-version: 16.13.x
62+
node-version: 16.14.x
6363
cache: npm
6464

6565
- name: Install temporary dependencies

.github/workflows/crowdin-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node
3232
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
3333
with:
34-
node-version: 16.13.x
34+
node-version: 16.14.x
3535
cache: npm
3636

3737
- name: Install dependencies

.github/workflows/docs-review-collect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node
2626
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
2727
with:
28-
node-version: 16.13.x
28+
node-version: 16.14.x
2929
cache: npm
3030

3131
- name: Install dependencies

.github/workflows/enterprise-dates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup Node
4242
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
4343
with:
44-
node-version: 16.13.x
44+
node-version: 16.14.x
4545
cache: npm
4646

4747
- name: Install Node.js dependencies

.github/workflows/enterprise-release-sync-search-index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup Node
5353
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
5454
with:
55-
node-version: 16.13.x
55+
node-version: 16.14.x
5656
cache: npm
5757

5858
- name: Install dependencies

0 commit comments

Comments
 (0)