| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,12 +19,16 @@ jobs: | |||
| 19 | 19 | - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 | |
| 20 | 20 | with: | |
| 21 | 21 | 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 | ||
| 23 | 27 | with: | |
| 24 | 28 | path: | | |
| 25 | 29 | ~/.update-v8 | |
| 26 | 30 | ~/.npm | |
| 27 | - # Install dependencies | ||
| 31 | + key: ${{ runner.os }}-build-${{ env.cache-name }} | ||
| 28 | 32 | - name: Install Node.js | |
| 29 | 33 | uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 | |
| 30 | 34 | with: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments