update node version to 20

This commit is contained in:
Abhinav 2023-11-29 13:01:06 +05:30
parent f89af60823
commit e7e74e7485

View file

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