We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6deaa commit 6db8cf1Copy full SHA for 6db8cf1
1 file changed
.github/workflows/test.yml
@@ -52,7 +52,7 @@ jobs:
52
install: false
53
runtime: node@${{ inputs.node }}
54
- name: pacquet install
55
- run: pnx --config.minimum-release-age=0 pacquet install --frozen-lockfile
+ run: pnx --config.minimum-release-age=0 pacquet install --frozen-lockfile --no-runtime
56
- name: Verify Node version
57
shell: bash
58
env:
0 commit comments