Skip to content

Commit 79cfb55

Browse files
committed
update versioning in ymls
1 parent b1c9e94 commit 79cfb55

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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: 20.18.1
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: 20.18.1
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: '20.18.1'
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: '20.18.1'
5757
displayName: Select Node version
5858

5959
- task: UsePythonVersion@0

0 commit comments

Comments
 (0)