Skip to content

Commit

Permalink
update ci cd
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvisAns committed Aug 10, 2024
1 parent f2dc428 commit 5492d68
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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}}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5492d68

Please sign in to comment.