Skip to content

Commit

Permalink
Workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
elchininet committed Nov 10, 2024
1 parent 42f5be7 commit f04cd1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
with:
version: 9
run_install: false
registry-url: 'https://registry.npmjs.org'
- name: Set-up Node
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: 20
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'
- name: Publish
run: |
pnpm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/elchininet/home-assistant-query-selector"
"url": "git+https://github.com/elchininet/home-assistant-query-selector.git"
},
"scripts": {
"clean": "rm -rf dist || true",
Expand Down

0 comments on commit f04cd1c

Please sign in to comment.