File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v3
16
16
- name : Set up Node
17
- uses : actions/setup-node@v1
17
+ uses : actions/setup-node@v4
18
18
with :
19
19
node-version : ' 10'
20
20
- name : Install npm Dependencies
24
24
npm run build
25
25
cd ..
26
26
- name : Set up Python
27
- uses : actions/setup-python@v1
27
+ uses : actions/setup-python@v4
28
28
with :
29
- python-version : ' 3.7 '
29
+ python-version : ' 3.9 '
30
30
- name : Install python dependencies
31
31
run : |
32
32
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
- name : Set up Python
15
- uses : actions/setup-python@v1
15
+ uses : actions/setup-python@v3
16
16
with :
17
17
python-version : ${{ matrix.python-version }}
18
18
- name : Install python dependencies
You can’t perform that action at this time.
0 commit comments