Explorar o código

support both npx command for 14.x and 16.x

Yuki Takei %!s(int64=4) %!d(string=hai) anos
pai
achega
f9f0d31ce9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/reusable-app-prod.yml

+ 1 - 1
.github/workflows/reusable-app-prod.yml

@@ -136,7 +136,7 @@ jobs:
 
     - name: lerna bootstrap --production
       run: |
-        npx -y lerna bootstrap -- --production
+        ${{ inputs.npx-command }}  lerna bootstrap -- --production
 
     - name: Download production files artifact
       uses: actions/download-artifact@v2