NTP-62258 | Action fix (#1171)
This commit is contained in:
4
.github/workflows/hardReleaseTele.yml
vendored
4
.github/workflows/hardReleaseTele.yml
vendored
@@ -191,10 +191,10 @@ jobs:
|
||||
token: ${{ secrets.MY_REPO_PAT }}
|
||||
submodules: recursive
|
||||
|
||||
- name: Set Node.js 16.x
|
||||
- name: Set Node.js 18.x
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
node-version: 18.x
|
||||
- name: Install yarn
|
||||
run: npm install --global yarn
|
||||
- name: Install dependency
|
||||
|
||||
4
.github/workflows/newBuild.yml
vendored
4
.github/workflows/newBuild.yml
vendored
@@ -229,10 +229,10 @@ jobs:
|
||||
token: ${{ secrets.MY_REPO_PAT }}
|
||||
submodules: recursive
|
||||
|
||||
- name: Set Node.js 16.x
|
||||
- name: Set Node.js 18.x
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
node-version: 18.x
|
||||
- name: Install yarn
|
||||
run: npm install --global yarn
|
||||
- name: Install dependency
|
||||
|
||||
Reference in New Issue
Block a user