From e560d40f2588500dc0d9b8146c2a6c816e5e440d Mon Sep 17 00:00:00 2001 From: Chun Shang Date: Wed, 30 Nov 2022 11:24:53 +0800 Subject: [PATCH] bump version --- .github/workflows/publish.yaml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ab1ff79f6..ce86023c7 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -13,7 +13,7 @@ jobs: # Setup .npmrc file to publish to GitHub Packages - uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '14.x' registry-url: 'https://npm.pkg.github.com' # Defaults to the user or organization that owns the workflow file scope: '@adrise' diff --git a/package.json b/package.json index 96ddeecea..5588665c5 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "files": [ "dist" ], - "version": "6.6.2-beta.5", + "version": "6.6.2-beta.6", "description": "Lightweight fuzzy-search", "license": "Apache-2.0", "repository": {