Skip to content

Commit 22f21db

Browse files
author
Peter Bengtsson
authored
use Node 16.13.x for CI workflows (github#22758)
Part of github#1203
1 parent b7aab5c commit 22f21db

32 files changed

Lines changed: 37 additions & 37 deletions

.github/workflows/browser-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node
2828
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c
2929
with:
30-
node-version: 16.8.x
30+
node-version: 16.13.x
3131
cache: npm
3232

3333
- name: Install dependencies

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node
2727
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c
2828
with:
29-
node-version: 16.8.x
29+
node-version: 16.13.x
3030
cache: npm
3131
- name: npm ci
3232
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
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup Node
4242
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c
4343
with:
44-
node-version: 16.8.x
44+
node-version: 16.13.x
4545
cache: npm
4646

4747
- name: Install Node.js dependencies

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Node
4444
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c
4545
with:
46-
node-version: 16.8.x
46+
node-version: 16.13.x
4747
cache: npm
4848

4949
- name: Install temporary dependencies
@@ -116,7 +116,7 @@ jobs:
116116
issue-number: ${{ github.event.pull_request.number }}
117117
body: |
118118
<!-- MODIFIED_CONTENT_LINKING_COMMENT -->
119-
## Automatically generated comment ℹ️
119+
## Automatically generated comment ℹ️
120120
**This comment is automatically generated and will be overwritten every time changes are committed to this branch.**
121121
122122
The table contains an overview of files in the `content` directory that have been changed in this pull request. It's provided to make it easy to review your changes on the staging site. Please note that changes to the `data` directory will not show up in this table.

.github/workflows/crowdin-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node
2424
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c
2525
with:
26-
node-version: 16.8.x
26+
node-version: 16.13.x
2727
cache: npm
2828

2929
- 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@270253e841af726300e85d718a5f606959b2903c
2727
with:
28-
node-version: 16.8.x
28+
node-version: 16.13.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
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Node
3838
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c
3939
with:
40-
node-version: 16.8.x
40+
node-version: 16.13.x
4141
cache: npm
4242

4343
- 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
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Node
4545
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c
4646
with:
47-
node-version: 16.8.x
47+
node-version: 16.13.x
4848
cache: npm
4949

5050
- name: Install dependencies

.github/workflows/js-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup node
2222
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c
2323
with:
24-
node-version: 16.8.x
24+
node-version: 16.13.x
2525
cache: npm
2626

2727
- name: Install dependencies

.github/workflows/link-check-dotcom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup node
2424
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c
2525
with:
26-
node-version: 16.8.x
26+
node-version: 16.13.x
2727
cache: npm
2828

2929
- name: Install

0 commit comments

Comments
 (0)