Skip to content

Commit 3490e93

Browse files
authored
ci: remove npm cache steps from update-abi.yml workflow (#225)
1 parent 1ef003b commit 3490e93

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/update-abi.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,6 @@ jobs:
2929
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3030
with:
3131
node-version-file: '.nvmrc'
32-
- name: Get npm cache directory
33-
id: npm-cache
34-
run: |
35-
echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
36-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
37-
with:
38-
path: ${{ steps.npm-cache.outputs.dir }}
39-
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
40-
restore-keys: |
41-
${{ runner.os }}-node-
4232
- run: yarn install --immutable
4333
- name: Update ABI registry
4434
run: |

0 commit comments

Comments
 (0)