File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments