We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b96cb71 commit 2e469d7Copy full SHA for 2e469d7
.github/workflows/examples.yml
@@ -317,21 +317,22 @@ jobs:
317
run: |
318
../../src/docker/pull.sh --no-debug
319
320
+ - name: Install
321
+ uses: pnpm/action-setup@v4
322
+ with:
323
+ run_install: true
324
+
325
- uses: actions/setup-node@v4
326
with:
327
node-version: '22'
328
- - name: Install
- run: |
- npm install
-
329
- name: Build
330
- npm run build
331
+ pnpm run build
332
333
- name: Test
334
- npm run test
335
+ pnpm run test
336
337
test-mean-squares-versor-registration:
338
name: mean-squares-versor-registration
0 commit comments