diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 9a1ba4f..b869f36 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - run: npm ci - run: npm test @@ -22,9 +22,10 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 registry-url: https://registry.npmjs.org/ - run: npm ci + - run : npm run build - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} diff --git a/package-lock.json b/package-lock.json index ffc38ab..9c63122 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vue-predictive-search", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vue-predictive-search", - "version": "1.0.5", + "version": "1.0.6", "license": "MIT", "dependencies": { "minisearch": "^6.3.0", diff --git a/package.json b/package.json index 74684c6..3e69ad6 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "https://github.com/ElvisAns/VuePredictiveSearch" }, "license": "MIT", - "version": "1.0.5", + "version": "1.0.6", "description": "The most flexible search component for vuejs applications with auto suggestion and fuzzy search feature", "main": "./dist/vue-predictive-search.umd.cjs", "module": "./dist/vue-predictive-search.js",