DEVX-200: [BE] Унифицировать понятие версии сервиса
This commit is contained in:
@@ -45,7 +45,7 @@ jobs:
|
|||||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
repository: ${{ github.event.inputs.repo_path }}
|
repository: ${{ github.event.inputs.repo_path }}
|
||||||
branch: ${{ github.event.inputs.branch }}
|
branch: ${{ github.event.inputs.branch }}
|
||||||
- name: Set up Node.js ${{ matrix.node-version }}
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@v4 # Use the setup-node action
|
uses: actions/setup-node@v4 # Use the setup-node action
|
||||||
with:
|
with:
|
||||||
node-version: 24
|
node-version: 24
|
||||||
|
|||||||
Reference in New Issue
Block a user