File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 - beta
88jobs :
99 tests :
10- runs-on : ubuntu-20 .04
10+ runs-on : ubuntu-24 .04
1111 steps :
1212 - uses : yandex-cloud/nodejs-sdk/.github/actions/checkout-and-install-node@d6b5322d8dbc130126ec1fa00bc0f2d6cc2f53db
1313 - run : npm run test
1414 check-endpoints :
15- runs-on : ubuntu-20 .04
15+ runs-on : ubuntu-24 .04
1616 # Currently, the check-endpoints script fails on the master branch.
1717 # So we need to continue on error.
1818 continue-on-error : true
@@ -22,12 +22,12 @@ jobs:
2222 submodules : recursive
2323 - run : npm run check-endpoints
2424 lint :
25- runs-on : ubuntu-20 .04
25+ runs-on : ubuntu-24 .04
2626 steps :
2727 - uses : yandex-cloud/nodejs-sdk/.github/actions/checkout-and-install-node@d6b5322d8dbc130126ec1fa00bc0f2d6cc2f53db
2828 - run : npm run lint
2929 build :
30- runs-on : ubuntu-20 .04
30+ runs-on : ubuntu-24 .04
3131 steps :
3232 - uses : yandex-cloud/nodejs-sdk/.github/actions/checkout-and-install-node@d6b5322d8dbc130126ec1fa00bc0f2d6cc2f53db
3333 - run : npm run build
Original file line number Diff line number Diff line change 99 release :
1010 if : github.actor != 'yandex-cloud-bot'
1111 name : Release
12- runs-on : ubuntu-20 .04
12+ runs-on : ubuntu-24 .04
1313 steps :
1414 - uses : yandex-cloud/nodejs-sdk/.github/actions/checkout-and-install-node@d6b5322d8dbc130126ec1fa00bc0f2d6cc2f53db
1515 with :
You can’t perform that action at this time.
0 commit comments