We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc535c0 commit 7d7874eCopy full SHA for 7d7874e
1 file changed
.github/workflows/python-app.yml
@@ -20,11 +20,14 @@ jobs:
20
python-version: [3.7, 3.8, 3.9]
21
22
steps:
23
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
24
+ - name: Set up node
25
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v2
26
+ uses: actions/setup-python@v4
27
with:
28
python-version: ${{ matrix.python-version }}
29
+ node-version: 20.x
30
+
31
- name: Install dependencies
32
run: |
33
python -m pip install --upgrade pip
0 commit comments