Skip to content

Commit d83d172

Browse files
committed
Bump nodejs from 18.20 to 20.18
This bumps the Node.js version to 20.x and VS Code engine to 1.92.x, which brings the extension to the latest versions that the majority of users are using. This also updates vsce to v3 as it requires Node v20.
1 parent 216d48f commit d83d172

File tree

7 files changed

+718
-194
lines changed

7 files changed

+718
-194
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: INTERNAL
2+
body: Bump nodejs from 18 to 20
3+
time: 2024-10-23T11:20:37.725009-04:00
4+
custom:
5+
Issue: "1867"
6+
Repository: vscode-terraform

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
vscode:
44-
- '1.86.2'
44+
- '1.92.2'
4545
- 'insiders'
4646
- 'stable'
4747
os:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.20
1+
20.18

0 commit comments

Comments
 (0)