Skip to content

Commit 648a0f1

Browse files
authored
feat: Plugins improvements (#410)
1 parent c90f786 commit 648a0f1

19 files changed

Lines changed: 5576 additions & 145 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,13 @@ jobs:
192192
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
193193
with:
194194
node-version: '20'
195+
196+
- name: Install pnpm and plugin dependencies
197+
run: |
198+
npm install -g pnpm
199+
cd plugins
200+
pnpm install
201+
195202
- name: Install TypeScript and ts-node
196203
run: |
197204
npm install -g typescript ts-node

0 commit comments

Comments
 (0)