Skip to content

Commit

Permalink
fix: remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ippolito committed Nov 29, 2023
1 parent ad2d924 commit 4c82374
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/update-v8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
- name: Cache node modules and update-v8
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
id: cache-v8-npm
env:
cache-name: cache-v8-npm
with:
path: |
~/.update-v8
~/.npm
key: ${{ runner.os }}-build-${{ env.cache-name }}
# - name: Cache node modules and update-v8
# uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
# id: cache-v8-npm
# env:
# cache-name: cache-v8-npm
# with:
# path: |
# ~/.update-v8
# ~/.npm
# key: ${{ runner.os }}-build-${{ env.cache-name }}
- name: Install Node.js
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
Expand Down

0 comments on commit 4c82374

Please sign in to comment.