We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b15569c commit 4136859Copy full SHA for 4136859
.github/workflows/test.yml
@@ -12,5 +12,5 @@ jobs:
12
- uses: actions/setup-node@v3
13
with:
14
node-version: "18"
15
- - run: yarn
16
- - run: yarn test-ci
+ - run: npm
+ - run: npm test-ci
package.json
@@ -14,7 +14,7 @@
"dist",
"src",
"package.json",
17
- "yarn.lock",
+ "package-lock.json",
18
"README.md",
19
"LICENSE",
20
"LICENSE.cosmjs"
0 commit comments