MOBILE-4270 github: Install node 14 on release
This commit is contained in:
parent
51a87dabdd
commit
db468f7c49
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -12,6 +12,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
- uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version-file: '.nvmrc'
|
||||||
|
- name: Install npm packages
|
||||||
|
run: npm ci --no-audit
|
||||||
- name: Create release tags
|
- name: Create release tags
|
||||||
env:
|
env:
|
||||||
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
|
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user