Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
khashashin committed May 26, 2024
1 parent 7131103 commit fe40eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: '18'

- name: Install dependencies
run: npm install -g jest typescript
run: npm install -g jest typescript ts-jest

- name: Run tests
run: jest --coverage
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@ce/transliteration",
"version": "0.2.1",
"version": "0.2.2",
"exports": "./translit.ts"
}

0 comments on commit fe40eb6

Please sign in to comment.