Skip to content

Commit fdb9da4

Browse files
Fix pr comments
1 parent 5b6749b commit fdb9da4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

β€Ž.github/workflows/pr-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55

66
env:
7-
NODE_VERSION: 14.19.0
7+
NODE_VERSION: 16.17.0
88
TEST_RESULTS_DIRECTORY: .
99
# Force a path with spaces and unicode chars to test extension works in these scenarios
1010
special-working-directory: './🐍 πŸ›'
@@ -45,7 +45,7 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
os: [ubuntu-latest, windows-latest]
48-
python: ['3.7', '3.8', '3.9', '3.10', '3.11-dev']
48+
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
4949

5050
steps:
5151
- name: Checkout

β€Ž.github/workflows/push-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'release-*'
1010

1111
env:
12-
NODE_VERSION: 14.19.0
12+
NODE_VERSION: 16.17.0
1313
TEST_RESULTS_DIRECTORY: .
1414
# Force a path with spaces and unicode chars to test extension works in these scenarios
1515
special-working-directory: './🐍 πŸ›'
@@ -50,7 +50,7 @@ jobs:
5050
fail-fast: false
5151
matrix:
5252
os: [ubuntu-latest, windows-latest]
53-
python: ['3.7', '3.8', '3.9', '3.10']
53+
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
5454

5555
steps:
5656
- name: Checkout

0 commit comments

Comments
Β (0)