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 3317072 commit d8b0e1dCopy full SHA for d8b0e1d
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/setup-node@v1
25
with:
26
node-version: ${{ matrix.node-version }}
27
- - run: npm ci
+ - run: npm i
28
- run: npm pack
29
- name: Upload a Build Artifact - package
30
uses: actions/upload-artifact@v2
0 commit comments