Merge pull request #3695 from crazyserver/MOBILE-4270

MOBILE-4270 github: Install node 14 on release
main
Noel De Martin 2023-05-30 11:26:41 +02:00 committed by GitHub
commit d706a1962a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@ jobs:
with:
persist-credentials: false
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
env:
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}