Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 3b9dc04

Browse files
Update
1 parent 416b00b commit 3b9dc04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,10 @@ jobs:
154154

155155
- name: Test Fastify Integration
156156
run: |
157-
pnpm link &&
157+
npm link . &&
158158
PACKAGE_NAME=$(node -p "require('./package.json').name")
159159
git clone https://github.com/fastify/fastify.git --depth 1 &&
160160
cd fastify &&
161-
pnpm i --ignore-scripts &&
162-
pnpm link $PACKAGE_NAME &&
163-
pnpm run unit
161+
npm i --ignore-scripts &&
162+
npm link $PACKAGE_NAME &&
163+
npm run unit

0 commit comments

Comments
 (0)