mirror of
https://github.com/meteor/meteor.git
synced 2026-01-10 08:08:24 -05:00
update cache key in Windows CI workflow
This commit is contained in:
committed by
italo jose
parent
bdeffd28a4
commit
8c87b75ac6
2
.github/workflows/windows-selftest.yml
vendored
2
.github/workflows/windows-selftest.yml
vendored
@@ -57,7 +57,7 @@ jobs:
|
||||
~/.npm
|
||||
node_modules/
|
||||
packages/**/.npm
|
||||
key: ${{ runner.os }}-meteor-${{ hashFiles('**/package-lock.json', 'meteor') }}
|
||||
key: ${{ runner.os }}-meteor-${{ hashFiles('**/package-lock.json', 'meteor', 'meteor.bat') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-meteor-
|
||||
|
||||
|
||||
Reference in New Issue
Block a user