Skip to content

Commit

Permalink
chore(repo): switch scripts from deno to bun (#577)
Browse files Browse the repository at this point in the history
* chore(repo): switch scripts from deno to bun

* bump node

* fix
  • Loading branch information
danadajian authored Apr 1, 2024
1 parent 8e7f4d9 commit 1db42dc
Show file tree
Hide file tree
Showing 72 changed files with 1,025 additions and 1,260 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Deno
uses: denoland/setup-deno@v1
- name: Setup Bun
uses: oven-sh/setup-bun@v1

- name: Validate PR Title Contains Valid Descriptor
run: deno run -A scripts/verify-pr-title-has-valid-descriptor.ts
run: bun ./scripts/verify-pr-title-has-valid-descriptor.ts
env:
TITLE: ${{ github.event.pull_request.title }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
dependencies
devDependencies
- name: Setup Deno
uses: denoland/setup-deno@v1
- name: Setup Bun
uses: oven-sh/setup-bun@v1

- name: Validate Copyright Headers
run: deno run -A scripts/verify-file-headers.ts
run: bun ./scripts/verify-file-headers.ts

- name: Setup Node
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.1
20.12.0
47 changes: 27 additions & 20 deletions dist/0.index.js

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

2 changes: 1 addition & 1 deletion dist/0.index.js.map

Large diffs are not rendered by default.

30 changes: 14 additions & 16 deletions dist/101.index.js

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

Loading

0 comments on commit 1db42dc

Please sign in to comment.