simplify cache paths in Windows self-test workflow

This commit is contained in:
Nacho Codoñer
2025-12-08 12:47:35 +01:00
committed by italo jose
parent 9309790b24
commit c9086753a1

View File

@@ -44,7 +44,7 @@ jobs:
.babel-cache/
.meteor/
~/.npm
node_modules
node_modules/
packages/**/.npm
key: ${{ runner.os }}-meteor-${{ hashFiles('**/package-lock.json', 'meteor') }}
restore-keys: |