Skip to content

Commit d8b0e1d

Browse files
authored
Update build.yml
1 parent 3317072 commit d8b0e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-node@v1
2525
with:
2626
node-version: ${{ matrix.node-version }}
27-
- run: npm ci
27+
- run: npm i
2828
- run: npm pack
2929
- name: Upload a Build Artifact - package
3030
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)