Skip to content

Commit 1a66884

Browse files
author
Peter Bengtsson
authored
using node 16.17 in Actions (github#31773)
1 parent bb2dedd commit 1a66884

29 files changed

Lines changed: 32 additions & 32 deletions

.github/workflows/azure-prod-build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Setup node
6363
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048
6464
with:
65-
node-version: '16.15.0'
65+
node-version: '16.17.0'
6666
cache: npm
6767

6868
- name: Clone docs-early-access

.github/workflows/azure-staging-build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Setup node
8181
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048
8282
with:
83-
node-version: '16.15.0'
83+
node-version: '16.17.0'
8484
cache: npm
8585

8686
- name: Clone docs-early-access

.github/workflows/browser-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Setup Node
5959
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048
6060
with:
61-
node-version: '16.15.0'
61+
node-version: '16.17.0'
6262
cache: npm
6363

6464
- name: Install dependencies

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Node
3434
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048
3535
with:
36-
node-version: '16.15.0'
36+
node-version: '16.17.0'
3737
cache: npm
3838

3939
- name: Install dependencies

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Setup Node
5656
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048
5757
with:
58-
node-version: '16.15.0'
58+
node-version: '16.17.0'
5959
cache: npm
6060

6161
- name: Merge docs-early-access repo's folders

.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@17f8bd926464a1afa4c6a11669539e9c1ba77048
4141
with:
42-
node-version: '16.15.0'
42+
node-version: '16.17.0'
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@17f8bd926464a1afa4c6a11669539e9c1ba77048
6161
with:
62-
node-version: '16.15.0'
62+
node-version: '16.17.0'
6363
cache: npm
6464

6565
- name: Install temporary 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@17f8bd926464a1afa4c6a11669539e9c1ba77048
2727
with:
28-
node-version: '16.15.0'
28+
node-version: '16.17.0'
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@17f8bd926464a1afa4c6a11669539e9c1ba77048
4343
with:
44-
node-version: '16.15.0'
44+
node-version: '16.17.0'
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@17f8bd926464a1afa4c6a11669539e9c1ba77048
5454
with:
55-
node-version: '16.15.0'
55+
node-version: '16.17.0'
5656
cache: npm
5757

5858
- name: Install dependencies

0 commit comments

Comments
 (0)