Bump node.js version to match electron

This commit is contained in:
Fedor Indutny
2022-11-23 13:38:47 -08:00
committed by GitHub
parent 4294429bc2
commit 9dfe3cb992
5 changed files with 9 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ jobs:
fetch-depth: 0 # fetch all history
- uses: actions/setup-node@v3
with:
node-version: '16.15.0'
node-version: '16.16.0'
- run: npm install -g yarn@1.22.10
- name: Cache danger node_modules
id: cache-desktop-modules