Skip to content

Commit

Permalink
fix: node version
Browse files Browse the repository at this point in the history
  • Loading branch information
rizypb committed Jan 14, 2024
1 parent 940e625 commit dbfd0f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20.x
- run: npm install
- run: npm run-script build
- run: npm test
- name: Release
env:
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx -p node@v18-lts -c "npx semantic-release"
run: npx semantic-release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ypbconnectplatform/qrcode-vue3",
"private": false,
"version": "1.7.6",
"version": "1.7.7",
"description": "Add a style and an image to your QR code Vue3",
"main": "./dist/index.cjs.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit dbfd0f5

Please sign in to comment.