We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5e4cd commit 0b1476cCopy full SHA for 0b1476c
.github/workflows/playwright.yml
@@ -30,10 +30,10 @@ jobs:
30
steps:
31
- name: Check out Git repository
32
uses: actions/checkout@v3
33
- - name: Set up Python 3.9
+ - name: Set up Python 3.11
34
uses: actions/setup-python@v2
35
with:
36
- python-version: 3.9
+ python-version: 3.11
37
- uses: actions/setup-node@v3
38
39
node-version: 16
0 commit comments