File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 delivery-nodejs :
1212 name : Prepare for NPM
13- runs-on : ubuntu-18.04
13+ runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v3
1616 - uses : actions/setup-node@v3
3535
3636 delivery-python :
3737 name : Prepare for PyPI
38- runs-on : ubuntu-18.04
38+ runs-on : ubuntu-latest
3939 strategy :
4040 matrix :
4141 python : [3.6]
5858 delivery-github :
5959 name : Delivery to GitHub
6060 needs : [delivery-nodejs, delivery-python]
61- runs-on : ubuntu-18.04
61+ runs-on : ubuntu-latest
6262 steps :
6363 - uses : actions/checkout@v3
6464 - name : Download NPM Artifacts
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ on: [ push, pull_request ]
66
77jobs :
88 build :
9- runs-on : ubuntu-18.04
9+ runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/setup-python@v4
1212 with :
You can’t perform that action at this time.
0 commit comments