Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: 'https://npm.pkg.github.com'

# Lint
- run: |
npm ci --ignore-scripts --audit=false
npm run lint
env:
NODE_AUTH_TOKEN: ${{ secrets.HOMEY_GITHUB_ACTIONS_BOT_PERSONAL_ACCESS_TOKEN }}

1 change: 0 additions & 1 deletion .github/workflows/npm-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: 'https://npm.pkg.github.com'

- name: Version
run: |
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/publish-jsdoc-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,12 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: 'https://npm.pkg.github.com'

# Build
- name: Build
run: |
npm ci --ignore-scripts --audit=false
npm run jsdoc
env:
NODE_AUTH_TOKEN: ${{ secrets.HOMEY_GITHUB_ACTIONS_BOT_PERSONAL_ACCESS_TOKEN }}

# Deploy
- name: Deploy To GitHub Pages
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/publish-package-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: 'https://npm.pkg.github.com'

# Sets package.json name & version to environment.
- name: Get Package Info
Expand Down Expand Up @@ -64,8 +63,6 @@ jobs:
else
echo "'npm run build' does not exist. Skipping build..."
fi
env:
NODE_AUTH_TOKEN: ${{ secrets.HOMEY_GITHUB_ACTIONS_BOT_PERSONAL_ACCESS_TOKEN }}

# Configure NPM to use the NPM Registry
- name: Configure NPM
Expand Down
16 changes: 8 additions & 8 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 @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/athombv/node-homey-rfdriver#readme",
"devDependencies": {
"@athombv/jsdoc-template": "^1.6.3",
"@athombv/jsdoc-template": "^1.7.0",
"concurrently": "^5.1.0",
"eslint": "^7.0.0",
"eslint-config-athom": "^2.1.0",
Expand Down
Loading