Skip to content

Commit 605f785

Browse files
committed
chore: update Node.js version to 22.15.1 across configuration files
1 parent 2331581 commit 605f785

File tree

8 files changed

+54
-18
lines changed

8 files changed

+54
-18
lines changed

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- release*
99

1010
env:
11-
NODE_VERSION: '20.18.1'
11+
NODE_VERSION: '22.15.1'
1212

1313
jobs:
1414
build-vsix:

.github/workflows/push-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'release-*'
1010

1111
env:
12-
NODE_VERSION: '20.18.1'
12+
NODE_VERSION: '22.15.1'
1313

1414
jobs:
1515
build-vsix:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.18.1
1+
22.15.1

build/azure-pipeline.pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ extends:
6666
buildSteps:
6767
- task: NodeTool@0
6868
inputs:
69-
versionSpec: '20.18.1'
69+
versionSpec: '22.15.1'
7070
displayName: Select Node version
7171

7272
- task: UsePythonVersion@0

build/azure-pipeline.stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ extends:
5656
buildSteps:
5757
- task: NodeTool@0
5858
inputs:
59-
versionSpec: '20.18.1'
59+
versionSpec: '22.15.1'
6060
displayName: Select Node version
6161

6262
- task: UsePythonVersion@0

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Requirements
22

3-
1. `node` >= 20.18.1
3+
1. `node` >= 22.15.1
44
2. `npm` >= 10.9.0
55
3. `yo` >= 5.0.0 (installed via `npm install -g yo`)
66
4. `generator-code` >= 1.11.4 (installed via `npm install -g generator-code`)

package-lock.json

Lines changed: 47 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@
602602
"@types/fs-extra": "^11.0.4",
603603
"@types/glob": "^8.1.0",
604604
"@types/mocha": "^10.0.1",
605-
"@types/node": "20.2.5",
605+
"@types/node": "^22.15.1",
606606
"@types/sinon": "^17.0.3",
607607
"@types/stack-trace": "0.0.29",
608608
"@types/vscode": "^1.99.0",

0 commit comments

Comments
 (0)