Skip to content

Commit cb2f4fe

Browse files
committed
Trying to fix CI by updating Node
1 parent 1cc706d commit cb2f4fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node.js
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: "18"
24+
node-version: "20"
2525

2626
- name: Install vsce
2727
run: npm install -g vsce
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup Node.js
5050
uses: actions/setup-node@v4
5151
with:
52-
node-version: "18"
52+
node-version: "20"
5353

5454
- name: Install vsce
5555
run: npm install -g vsce

.github/workflows/test-package.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
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: "18"
24+
node-version: "20"
2525

2626
- name: Install vsce
2727
run: npm install -g vsce

0 commit comments

Comments
 (0)