fix node version

This commit is contained in:
Abhinav 2021-12-19 13:16:22 +05:30
parent 8cd2a005a8
commit b357b44682

View file

@ -20,7 +20,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v2.1.5
with:
node-version: 10
node-version: 14
- name: Prepare for app notarization
if: startsWith(matrix.os, 'macos')