Skip to content

Commit

Permalink
convert repo to esm
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Sep 1, 2024
1 parent 3062503 commit 4bdc372
Show file tree
Hide file tree
Showing 51 changed files with 3,865 additions and 3,776 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpha-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
publish:
if: ${{ github.repository == 'homebridge/ciao' }}
uses: homebridge/.github/.github/workflows/npm-publish.yml@latest
uses: homebridge/.github/.github/workflows/npm-publish-esm.yml@latest
with:
tag: alpha
dynamically_adjust_version: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build_and_test:
uses: homebridge/.github/.github/workflows/nodejs-build-and-test.yml@latest
with:
enable_coverage: true
# enable_coverage: true # will fail until https://github.com/bcoe/v8-coverage/pull/2 is merged
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
lint:
Expand All @@ -21,7 +21,7 @@ jobs:

if: ${{ github.repository == 'homebridge/ciao' }}

uses: homebridge/.github/.github/workflows/npm-publish.yml@latest
uses: homebridge/.github/.github/workflows/npm-publish-esm.yml@latest
with:
tag: beta
dynamically_adjust_version: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build_and_test:
uses: homebridge/.github/.github/workflows/nodejs-build-and-test.yml@latest
with:
enable_coverage: true
# enable_coverage: true # will fail until https://github.com/bcoe/v8-coverage/pull/2 is merged
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
lint:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build_and_test:
uses: homebridge/.github/.github/workflows/nodejs-build-and-test.yml@latest
with:
enable_coverage: true
# enable_coverage: true # will fail until https://github.com/bcoe/v8-coverage/pull/2 is merged
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -19,6 +19,6 @@ jobs:

if: ${{ github.repository == 'homebridge/ciao' }}

uses: homebridge/.github/.github/workflows/npm-publish.yml@latest
uses: homebridge/.github/.github/workflows/npm-publish-esm.yml@latest
secrets:
npm_auth_token: ${{ secrets.npm_token }}
8 changes: 4 additions & 4 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 @@ -64,7 +64,7 @@
"devDependencies": {
"@antfu/eslint-config": "^3.0.0",
"@types/debug": "^4.1.12",
"@types/node": "^22.5.1",
"@types/node": "^22.5.2",
"@types/source-map-support": "^0.5.10",
"@vitest/coverage-v8": "^2.0.5",
"eslint": "^9.9.1",
Expand Down
Loading

0 comments on commit 4bdc372

Please sign in to comment.