Reenable actions/setup-node cache

This commit is contained in:
Fedor Indutny
2025-10-15 13:33:09 -07:00
committed by GitHub
parent 11c4247ed7
commit 9ccb9e5ed8
4 changed files with 18 additions and 0 deletions

View File

@@ -88,6 +88,8 @@ jobs:
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
cache-dependency-path: 'pnpm-lock.yaml'
- name: Cache .electron-gyp
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
with: