We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6082f1d commit 193997aCopy full SHA for 193997a
.github/workflows/test.reusable.yaml
@@ -47,7 +47,7 @@ jobs:
47
for version in ${{ inputs.node_versions }}; do
48
echo '{ "type": "module" }' >package.json
49
echo "Testing on Node.js version $version"
50
- pnpm env use ${version}
+ pnpm env use --global ${version}
51
node -v
52
if [ -n "$NPM_DEPS" ] || [ -n "$JSR_DEPS" ]; then
53
pnpm add $NPM_DEPS $JSR_DEPS
0 commit comments