Skip to content

Commit 2e469d7

Browse files
committed
ci(different-input-types): use pnpm
1 parent b96cb71 commit 2e469d7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/examples.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -317,21 +317,22 @@ jobs:
317317
run: |
318318
../../src/docker/pull.sh --no-debug
319319
320+
- name: Install
321+
uses: pnpm/action-setup@v4
322+
with:
323+
run_install: true
324+
320325
- uses: actions/setup-node@v4
321326
with:
322327
node-version: '22'
323328

324-
- name: Install
325-
run: |
326-
npm install
327-
328329
- name: Build
329330
run: |
330-
npm run build
331+
pnpm run build
331332
332333
- name: Test
333334
run: |
334-
npm run test
335+
pnpm run test
335336
336337
test-mean-squares-versor-registration:
337338
name: mean-squares-versor-registration

0 commit comments

Comments
 (0)