Skip to content

Commit c416620

Browse files
committed
feat: upgrade to node v16, package-lock.json v2, remove aws-sdk
1 parent f4d952c commit c416620

16 files changed

+26486
-101
lines changed

.github/workflows/browser-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node
2424
uses: actions/setup-node@c46424eee26de4078d34105d3de3cc4992202b1e
2525
with:
26-
node-version: 14.x
26+
node-version: 16.x
2727

2828
- name: Install
2929
uses: rachmari/puppeteer-container@6d56d6e132a3df76cf60bc290a4282f7fbaed05e

.github/workflows/dry-run-sync-algolia-search-indices.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
1818
- uses: actions/setup-node@c46424eee26de4078d34105d3de3cc4992202b1e
1919
with:
20-
node-version: 14.x
20+
node-version: 16.x
2121
- name: cache node modules
2222
uses: actions/cache@0781355a23dac32fd3bac414512f4b903437991a
2323
with:

.github/workflows/js-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup node
2222
uses: actions/setup-node@c46424eee26de4078d34105d3de3cc4992202b1e
2323
with:
24-
node-version: 14.x
24+
node-version: 16.x
2525

2626
- name: Get npm cache directory
2727
id: npm-cache

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup node
2424
uses: actions/setup-node@c46424eee26de4078d34105d3de3cc4992202b1e
2525
with:
26-
node-version: 14.x
26+
node-version: 16.x
2727

2828
- name: Install
2929
run: npm ci

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup node
2424
uses: actions/setup-node@c46424eee26de4078d34105d3de3cc4992202b1e
2525
with:
26-
node-version: 14.x
26+
node-version: 16.x
2727

2828
- name: Install
2929
run: npm ci

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup node
2424
uses: actions/setup-node@c46424eee26de4078d34105d3de3cc4992202b1e
2525
with:
26-
node-version: 14.x
26+
node-version: 16.x
2727

2828
- name: Install
2929
run: npm ci

.github/workflows/pa11y.yml

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
steps:
1616
- name: Check out repo
1717
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
18+
19+
- name: Setup Node
20+
uses: actions/setup-node@c46424eee26de4078d34105d3de3cc4992202b1e
21+
with:
22+
node-version: 16.x
1823

1924
- name: Get npm cache directory
2025
id: npm-cache

.github/workflows/sync-algolia-search-indices.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
2121
- uses: actions/setup-node@c46424eee26de4078d34105d3de3cc4992202b1e
2222
with:
23-
node-version: 14.x
23+
node-version: 16.x
2424
- name: cache node modules
2525
uses: actions/cache@0781355a23dac32fd3bac414512f4b903437991a
2626
with:

.github/workflows/sync-single-english-algolia-index.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
2727
- uses: actions/setup-node@c46424eee26de4078d34105d3de3cc4992202b1e
2828
with:
29-
node-version: 14.x
29+
node-version: 16.x
3030
- name: cache node modules
3131
uses: actions/cache@0781355a23dac32fd3bac414512f4b903437991a
3232
with:

.github/workflows/test-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup node
3535
uses: actions/setup-node@c46424eee26de4078d34105d3de3cc4992202b1e
3636
with:
37-
node-version: 14.x
37+
node-version: 16.x
3838

3939
- name: Get npm cache directory
4040
id: npm-cache

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup node
4040
uses: actions/setup-node@c46424eee26de4078d34105d3de3cc4992202b1e
4141
with:
42-
node-version: 14.x
42+
node-version: 16.x
4343

4444
- name: Get npm cache directory
4545
id: npm-cache

.github/workflows/yml-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup node
2828
uses: actions/setup-node@c46424eee26de4078d34105d3de3cc4992202b1e
2929
with:
30-
node-version: 14.x
30+
node-version: 16.x
3131

3232
- name: Get npm cache directory
3333
id: npm-cache

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.13.0
1+
16.2.0

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Fork with [GitHub Codespaces](https://github.com/features/codespaces):
3838

3939
### Make your update:
4040
Make your changes to the file(s) you'd like to update. Here are some tips and tricks for [using the docs codebase](#working-in-the-githubdocs-repository).
41-
- Are you making changes to the application code? You'll need **Node.js v14** to run the site locally. See [contributing/development.md](contributing/development.md).
41+
- Are you making changes to the application code? You'll need **Node.js v16** to run the site locally. See [contributing/development.md](contributing/development.md).
4242
- Are you contributing to markdown? We use [GitHub Markdown](contributing/content-markup-reference.md).
4343

4444
### Open a pull request

0 commit comments

Comments
 (0)