Skip to content

Commit 56b0180

Browse files
committed
ci: replaced npx with npm
1 parent dbd5c22 commit 56b0180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
node-version: 16.x
1919
- name: Install dependencies
20-
run: npx ci
20+
run: npm ci
2121
- name: Install semantic-release extra plugins
2222
run: npm install --save-dev @semantic-release/changelog @semantic-release/git
2323
- name: Lint

0 commit comments

Comments
 (0)