Skip to content

Commit 0f97972

Browse files
committed
bump node version and python api
1 parent 7ae029c commit 0f97972

File tree

6 files changed

+45
-24
lines changed

6 files changed

+45
-24
lines changed

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
permissions: {}
77

88
env:
9-
NODE_VERSION: 18.17.1
9+
NODE_VERSION: 22.17.0
1010
TEST_RESULTS_DIRECTORY: .
1111
# Force a path with spaces and unicode chars to test extension works in these scenarios
1212
special-working-directory: './🐍 🐛'

.github/workflows/push-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
permissions: {}
1212

1313
env:
14-
NODE_VERSION: 18.17.1
14+
NODE_VERSION: 22.17.0
1515
TEST_RESULTS_DIRECTORY: .
1616
# Force a path with spaces and unicode chars to test extension works in these scenarios
1717
special-working-directory: './🐍 🐛'

build/azure-pipeline.pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ extends:
5858
buildSteps:
5959
- task: NodeTool@0
6060
inputs:
61-
versionSpec: '18.17.1'
61+
versionSpec: '22.17.0'
6262
displayName: Select Node version
6363

6464
- task: UsePythonVersion@0

build/azure-pipeline.stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ extends:
5353
buildSteps:
5454
- task: NodeTool@0
5555
inputs:
56-
versionSpec: '18.17.1'
56+
versionSpec: '22.17.0'
5757
displayName: Select Node version
5858

5959
- task: UsePythonVersion@0

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@
618618
"@types/glob": "^7.2.0",
619619
"@types/lodash": "^4.14.191",
620620
"@types/mocha": "^10.0.7",
621-
"@types/node": "18.x",
621+
"@types/node": "^22.5.0",
622622
"@types/semver": "^7.3.13",
623623
"@types/sinon": "^10.0.13",
624624
"@types/vscode": "^1.87.0",
@@ -645,7 +645,7 @@
645645
"@vscode/debugadapter": "^1.65.0",
646646
"@vscode/debugprotocol": "^1.65.0",
647647
"@vscode/extension-telemetry": "^0.8.5",
648-
"@vscode/python-extension": "^1.0.5",
648+
"@vscode/python-extension": "^1.0.6",
649649
"fs-extra": "^11.2.0",
650650
"iconv-lite": "^0.6.3",
651651
"jsonc-parser": "^3.2.0",

0 commit comments

Comments
 (0)