From fe40eb6eadb511d49662e86df02133d702008d12 Mon Sep 17 00:00:00 2001 From: Yusuf Khasbulatov Date: Mon, 27 May 2024 00:50:14 +0200 Subject: [PATCH] fix action --- .github/workflows/publish.yml | 2 +- jsr.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c4373aa..bc62844 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/jsr.json b/jsr.json index 7f069b7..a6e4192 100644 --- a/jsr.json +++ b/jsr.json @@ -1,5 +1,5 @@ { "name": "@ce/transliteration", - "version": "0.2.1", + "version": "0.2.2", "exports": "./translit.ts" } \ No newline at end of file