Skip to content

Commit d931313

Browse files
committed
Debug build
1 parent 237fa08 commit d931313

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
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: 20.x
9+
NODE_VERSION: 18.7.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: 20.x
14+
NODE_VERSION: 18.7.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: './🐍 πŸ›'

β€Ž.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"editor.defaultFormatter": "charliermarsh.ruff",
2121
"editor.formatOnSave": true
2222
},
23-
"python.linting.flake8Enabled": true,
2423
"git.branchProtection": ["main"],
2524
"git.branchRandomName.enable": true,
2625
}

0 commit comments

Comments
Β (0)