We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed26fb6 commit 3b849b1Copy full SHA for 3b849b1
.github/workflows/learnpack-audit.yml
@@ -25,5 +25,5 @@ jobs:
25
uses: actions/setup-node@v2
26
with:
27
node-version: ${{ matrix.node-version }}
28
- - run: npm install learnpack -g
+ - run: npm install @learnpack/learnpack@latest -g
29
- run: learnpack audit
0 commit comments