update node version to v16

This commit is contained in:
Abhinav 2022-11-14 10:25:16 +05:30
parent b9ec5a4d61
commit 35f0102954

View file

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