Skip to content

Commit e636482

Browse files
committed
fix
1 parent 1147415 commit e636482

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release_system_prompts.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,15 @@ jobs:
2525
uses: actions/setup-node@v4
2626
with:
2727
node-version: '20'
28-
cache: 'npm'
28+
cache: 'pnpm'
2929

3030
- name: Install dependencies
3131
run: |
32-
npm install
33-
cd chef-agent && npm install
32+
pnpm install
3433
3534
- name: Build System Prompts
3635
run: |
37-
npm run build:system-prompts
36+
pnpm run build:system-prompts
3837
node dist/buildSystemPrompts.js
3938
4039
- name: Create Release

0 commit comments

Comments
 (0)