Skip to content

Commit abc8566

Browse files
committed
fix?
1 parent e636482 commit abc8566

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release_system_prompts.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,8 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323

24-
- name: Setup Node.js
25-
uses: actions/setup-node@v4
26-
with:
27-
node-version: '20'
28-
cache: 'pnpm'
24+
- name: Setup and Build
25+
uses: ./.github/actions/setup-and-build
2926

3027
- name: Install dependencies
3128
run: |

0 commit comments

Comments
 (0)