Skip to content

Commit 90d05c1

Browse files
authoredApr 7, 2023
Use npm ci in README instead of npm install (#62)
1 parent e42e372 commit 90d05c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/setup-node@v3
5353
with:
5454
node-version: 12
55-
- run: npm install
55+
- run: npm ci
5656
- run: npm test
5757
- uses: JS-DevTools/npm-publish@v1
5858
with:

0 commit comments

Comments
 (0)
Failed to load comments.