Skip to content

Commit e9b9de1

Browse files
authored
fix(ci): remove npm cache from promptfoo workflow - no package-lock.json (#219)
Removed caching for npm in Node.js setup. Signed-off-by: Igor <romanchaa997@gmail.com>
1 parent 7e9ac21 commit e9b9de1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/promptfoo-ai-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-node@v4
2424
with:
2525
node-version: '20'
26-
cache: 'npm'
26+
2727

2828
- name: Install promptfoo
2929
run: npm install -g promptfoo

0 commit comments

Comments
 (0)