File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
delivery-nodejs :
12
12
name : Prepare for NPM
13
- runs-on : ubuntu-18.04
13
+ runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v3
16
16
- uses : actions/setup-node@v3
35
35
36
36
delivery-python :
37
37
name : Prepare for PyPI
38
- runs-on : ubuntu-18.04
38
+ runs-on : ubuntu-latest
39
39
strategy :
40
40
matrix :
41
41
python : [3.6]
58
58
delivery-github :
59
59
name : Delivery to GitHub
60
60
needs : [delivery-nodejs, delivery-python]
61
- runs-on : ubuntu-18.04
61
+ runs-on : ubuntu-latest
62
62
steps :
63
63
- uses : actions/checkout@v3
64
64
- name : Download NPM Artifacts
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ on: [ push, pull_request ]
6
6
7
7
jobs :
8
8
build :
9
- runs-on : ubuntu-18.04
9
+ runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/setup-python@v4
12
12
with :
You can’t perform that action at this time.
0 commit comments