Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8820e commit 9d0bef6Copy full SHA for 9d0bef6
.github/workflows/update-v8.yml
@@ -19,12 +19,16 @@ jobs:
19
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
20
with:
21
persist-credentials: false
22
- - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
+ - 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
27
28
path: |
29
~/.update-v8
30
~/.npm
- # Install dependencies
31
+ key: ${{ runner.os }}-build-${{ env.cache-name }}
32
- name: Install Node.js
33
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
34
0 commit comments