diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ac7e477..2e789e2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ on: branches: [main] jobs: - build: + tests: runs-on: ubuntu-latest steps: diff --git a/package-lock.json b/package-lock.json index 3a2ba41..cde3c11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mappable-world/mappable-cli", - "version": "0.0.20", + "version": "0.0.21", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mappable-world/mappable-cli", - "version": "0.0.20", + "version": "0.0.21", "license": "Apache-2", "dependencies": { "marked": "^9.0.2", diff --git a/package.json b/package.json index bdbcf0f..18e39bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mappable-world/mappable-cli", - "version": "0.0.20", + "version": "0.0.21", "description": "Library for encapsulating the logic of autotests and building packages mappable.world js API", "main": "dist/index.js", "dependencies": {