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 58d195d commit de64d80Copy full SHA for de64d80
.github/workflows/learnpack-audit.yml
@@ -25,6 +25,6 @@ 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
30
0 commit comments