Skip to content

Commit dbff7ba

Browse files
fix(action): remove invalid npm cache config in composite action
1 parent 08e7629 commit dbff7ba

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ runs:
1616
uses: actions/setup-node@v4
1717
with:
1818
node-version: '20'
19-
cache: npm
20-
cache-dependency-path: ${{ github.action_path }}/package-lock.json
2119
- name: Build Contractbot
2220
shell: bash
2321
run: npm ci --prefix "$GITHUB_ACTION_PATH" && npm run build --prefix "$GITHUB_ACTION_PATH"

0 commit comments

Comments
 (0)