Skip to content

Commit 9d0bef6

Browse files
marco-ippolitotargos
authored andcommitted
tools: fix update-v8-patch cache
PR-URL: #47725 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent ce8820e commit 9d0bef6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/update-v8.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,16 @@ jobs:
1919
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
2020
with:
2121
persist-credentials: false
22-
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
22+
- name: Cache node modules and update-v8
23+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
24+
id: cache-v8-npm
25+
env:
26+
cache-name: cache-v8-npm
2327
with:
2428
path: |
2529
~/.update-v8
2630
~/.npm
27-
# Install dependencies
31+
key: ${{ runner.os }}-build-${{ env.cache-name }}
2832
- name: Install Node.js
2933
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
3034
with:

0 commit comments

Comments
 (0)