From 96698f0b0f5fe060d4a36e07459cdee158f26de5 Mon Sep 17 00:00:00 2001 From: adueck Date: Wed, 5 Oct 2022 19:07:39 +0500 Subject: [PATCH] faster publish --- .github/workflows/publish.yml | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5dba8c6..5f1ef1e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 14 + node-version: 16 - name: Check if version has been updated id: check uses: EndBug/version-check@v1 @@ -27,7 +27,6 @@ jobs: if: steps.check.outputs.changed == 'true' run: | yarn install - yarn build-website yarn build-library yarn test npm publish \ No newline at end of file diff --git a/package.json b/package.json index 9da1267..7797811 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "4.0.7", + "version": "4.0.8", "author": "lingdocs.com", "description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations", "homepage": "https://verbs.lingdocs.com",