Skip to content

Commit 7dfd672

Browse files
fix: remove pnpm
1 parent cd09cf3 commit 7dfd672

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/reusable-workflow-for-ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,12 @@ jobs:
1212
uses: actions/setup-node@v4
1313
with:
1414
node-version: "22.x"
15-
cache: "pnpm"
16-
17-
- name: Install pnpm
18-
run: npm install -g pnpm
1915

2016
- name: Install dependencies
21-
run: pnpm install
17+
run: npm install
2218

2319
- name: Run tests
24-
run: pnpm test
20+
run: npm test
2521

2622
- name: Build project
27-
run: pnpm run build
23+
run: npm run build

0 commit comments

Comments
 (0)