Skip to content

Commit 6db8cf1

Browse files
committed
ci: fix runtime install
1 parent ad6deaa commit 6db8cf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
install: false
5353
runtime: node@${{ inputs.node }}
5454
- name: pacquet install
55-
run: pnx --config.minimum-release-age=0 pacquet install --frozen-lockfile
55+
run: pnx --config.minimum-release-age=0 pacquet install --frozen-lockfile --no-runtime
5656
- name: Verify Node version
5757
shell: bash
5858
env:

0 commit comments

Comments
 (0)