Skip to content

Commit

Permalink
Requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
solita-antti-mottonen committed Jun 11, 2024
1 parent aad6169 commit cb5b4c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: npm install
- run: npm run test
- run: npm ci
- run: npm test

build-jvm:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ lein test

JS-tests are run with Shadow-cljs. Install npm, run `npm install` and execute tests:
```
npm run test
npm test
```
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb5b4c5

Please sign in to comment.