Skip to content

Commit

Permalink
switch to npm i
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Shirokov committed Apr 28, 2021
1 parent 48ba87d commit 56906d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm i
- run: npm run lint
- run: npm test
- run: npm run build
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 14
- name: Install dependencies
run: npm ci
run: npm i
- name: Build module
run: npm run build
- name: Release
Expand Down

0 comments on commit 56906d8

Please sign in to comment.