Skip to content

Commit 11611f9

Browse files
authored
Replace npm ci with npm install standard
1 parent d7322ca commit 11611f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/standardjs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
with:
1212
node-version: 'lts/*'
1313
cache: 'npm'
14-
- run: npm ci
14+
- run: npm i standard
1515
- run: npx standard

0 commit comments

Comments
 (0)