Skip to content

Commit f9dff97

Browse files
Update to node 18 (#106)
1 parent 17afcda commit f9dff97

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55

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

.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: 16.17.0
12+
NODE_VERSION: 18.17.1
1313
TEST_RESULTS_DIRECTORY: .
1414
# Force a path with spaces and unicode chars to test extension works in these scenarios
1515
special-working-directory: './🐍 🐛'

build/azure-pipeline.pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ extends:
3131
buildSteps:
3232
- task: NodeTool@0
3333
inputs:
34-
versionSpec: '16.17.1'
34+
versionSpec: '18.17.1'
3535
displayName: Select Node version
3636

3737
- task: UsePythonVersion@0

build/azure-pipeline.stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ extends:
2828
buildSteps:
2929
- task: NodeTool@0
3030
inputs:
31-
versionSpec: '16.17.1'
31+
versionSpec: '18.17.1'
3232
displayName: Select Node version
3333

3434
- task: UsePythonVersion@0

package-lock.json

Lines changed: 7 additions & 7 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
@@ -468,7 +468,7 @@
468468
"@types/glob": "^7.2.0",
469469
"@types/lodash": "^4.14.191",
470470
"@types/mocha": "^10.0.1",
471-
"@types/node": "16.x",
471+
"@types/node": "18.x",
472472
"@types/semver": "^7.3.13",
473473
"@types/sinon": "^10.0.13",
474474
"@types/vscode": "^1.78.0",

0 commit comments

Comments
 (0)