Skip to content

Commit e4d0258

Browse files
authored
Bump NodeJS from v16 to v18 (mdn#24308)
1 parent 6d2bbd1 commit e4d0258

12 files changed

+16
-16
lines changed

.github/workflows/markdown-lint-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js environment
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: "16"
19+
node-version: 18
2020
cache: yarn
2121

2222
- name: Install all yarn packages

.github/workflows/markdown-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.js environment
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: "16"
24+
node-version: 18
2525
cache: yarn
2626

2727
- name: Install all yarn packages

.github/workflows/on-demand-preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js environment
3030
uses: actions/setup-node@v3
3131
with:
32-
node-version: "16"
32+
node-version: 18
3333
cache: yarn
3434

3535
- name: Install all yarn packages

.github/workflows/pr-check_javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js environment
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: "16"
22+
node-version: 18
2323
cache: yarn
2424

2525
- name: Install all yarn packages

.github/workflows/pr-check_json.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js environment
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: "16"
22+
node-version: 18
2323
cache: yarn
2424

2525
- name: Install all yarn packages

.github/workflows/pr-check_markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node.js environment
3232
uses: actions/setup-node@v3
3333
with:
34-
node-version: "16"
34+
node-version: 18
3535
cache: yarn
3636

3737
- name: Install all yarn packages

.github/workflows/pr-check_redirects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js environment
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: "16"
21+
node-version: 18
2222
cache: yarn
2323

2424
- name: Install all yarn packages

.github/workflows/pr-check_scripts.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js environment
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: "16"
22+
node-version: 18
2323
cache: yarn
2424

2525
- name: yarn install
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Node.js environment
3838
uses: actions/setup-node@v3
3939
with:
40-
node-version: "16"
40+
node-version: 18
4141
cache: yarn
4242

4343
- name: yarn install
@@ -75,7 +75,7 @@ jobs:
7575
- name: Setup Node.js environment
7676
uses: actions/setup-node@v3
7777
with:
78-
node-version: "16"
78+
node-version: 18
7979
cache: yarn
8080

8181
- name: yarn install
@@ -93,7 +93,7 @@ jobs:
9393
- name: Setup Node.js environment
9494
uses: actions/setup-node@v3
9595
with:
96-
node-version: "16"
96+
node-version: 18
9797
cache: yarn
9898

9999
- name: Install all yarn packages
@@ -111,7 +111,7 @@ jobs:
111111
- name: Setup Node.js environment
112112
uses: actions/setup-node@v3
113113
with:
114-
node-version: "16"
114+
node-version: 18
115115
cache: yarn
116116

117117
- name: yarn install

.github/workflows/pr-check_yml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js environment
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: "16"
22+
node-version: 18
2323
cache: yarn
2424

2525
- name: Install all yarn packages

.github/workflows/pr-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.js environment
2828
uses: actions/setup-node@v3
2929
with:
30-
node-version: "16"
30+
node-version: 18
3131
cache: yarn
3232

3333
- name: Install all yarn packages

0 commit comments

Comments
 (0)