Skip to content

Commit 4136859

Browse files
committed
Replace yarn with npm
1 parent b15569c commit 4136859

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
- uses: actions/setup-node@v3
1313
with:
1414
node-version: "18"
15-
- run: yarn
16-
- run: yarn test-ci
15+
- run: npm
16+
- run: npm test-ci

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dist",
1515
"src",
1616
"package.json",
17-
"yarn.lock",
17+
"package-lock.json",
1818
"README.md",
1919
"LICENSE",
2020
"LICENSE.cosmjs"

0 commit comments

Comments
 (0)