Skip to content

Commit d706a19

Browse files
authored
Merge pull request #3695 from crazyserver/MOBILE-4270
MOBILE-4270 github: Install node 14 on release
2 parents 51a87da + db468f7 commit d706a19

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
with:
1313
persist-credentials: false
1414
fetch-depth: 0
15+
- uses: actions/setup-node@v3
16+
with:
17+
node-version-file: '.nvmrc'
18+
- name: Install npm packages
19+
run: npm ci --no-audit
1520
- name: Create release tags
1621
env:
1722
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}

0 commit comments

Comments
 (0)