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 1ef003b commit 3490e93Copy full SHA for 3490e93
.github/workflows/update-abi.yml
@@ -29,16 +29,6 @@ jobs:
29
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
30
with:
31
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-
42
- run: yarn install --immutable
43
- name: Update ABI registry
44
run: |
0 commit comments