Skip to content

Commit 772a1e2

Browse files
authored
Upgrade Node to 20.9.0 (#2220)
1 parent 4abb4e1 commit 772a1e2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Set up Node
5858
uses: actions/setup-node@v4
5959
with:
60-
node-version: "18"
60+
node-version: "20.9"
6161
cache: "yarn"
6262
cache-dependency-path: "vscode"
6363

@@ -79,7 +79,7 @@ jobs:
7979
- name: Set up Node
8080
uses: actions/setup-node@v4
8181
with:
82-
node-version: "18"
82+
node-version: "20.9"
8383
cache: "yarn"
8484
cache-dependency-path: "vscode"
8585

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-node@v4
1717
name: Use Node.js 18.x
1818
with:
19-
node-version: "18"
19+
node-version: "20.9"
2020
cache: "yarn"
2121
cache-dependency-path: "vscode"
2222

dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ up:
77
- bundler
88
- node:
99
yarn: true
10-
version: 18.15.0
10+
version: 20.9.0
1111
packages:
1212
- vscode
1313

0 commit comments

Comments
 (0)