Skip to content

Commit 528d8f9

Browse files
Copilotrzhao271
andcommitted
Bump node to version 20 in all workflows
Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
1 parent aff20af commit 528d8f9

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/dev-containers.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v6
2121
- uses: actions/setup-node@v5
2222
with:
23-
node-version: '18.x'
23+
node-version: '20.x'
2424
registry-url: 'https://npm.pkg.github.com'
2525
scope: '@microsoft'
2626
- name: Install Dependencies
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup Node.js
7171
uses: actions/setup-node@v5
7272
with:
73-
node-version: '18.x'
73+
node-version: '20.x'
7474
registry-url: 'https://npm.pkg.github.com'
7575
scope: '@microsoft'
7676
- name: Disable containerd image store
@@ -117,7 +117,7 @@ jobs:
117117
- name: Setup Node.js
118118
uses: actions/setup-node@v5
119119
with:
120-
node-version: '18.x'
120+
node-version: '20.x'
121121
registry-url: 'https://npm.pkg.github.com'
122122
scope: '@microsoft'
123123
- name: Install Dependencies

.github/workflows/publish-dev-containers.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
1919
uses: actions/setup-node@v5
2020
with:
21-
node-version: '18.x'
21+
node-version: '20.x'
2222
registry-url: 'https://registry.npmjs.org'
2323
scope: '@devcontainers'
2424
- name: Verify Versions

.github/workflows/test-docker-v20.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/setup-node@v5
2121
with:
22-
node-version: '18.x'
22+
node-version: '20.x'
2323

2424
- name: Install Docker v20.10
2525
run: |

.github/workflows/test-docker-v29.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/setup-node@v5
2121
with:
22-
node-version: '18.x'
22+
node-version: '20.x'
2323

2424
- name: Install Docker v29.0.0
2525
run: |

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup Node.js
5555
uses: actions/setup-node@v5
5656
with:
57-
node-version: '18.x'
57+
node-version: '20.x'
5858
registry-url: 'https://npm.pkg.github.com'
5959
scope: '@microsoft'
6060
- name: Install Dependencies

0 commit comments

Comments
 (0)