Skip to content
Open
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
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
node-version: [14.x, 17.x]

steps:
- name: Install bun
uses: oven-sh/setup-bun@v1

- name: Checkout repository
uses: actions/checkout@v2
with:
Expand All @@ -33,3 +36,6 @@ jobs:

- name: Run the tests
run: npm test

- run: bun install
- run: bun test
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

1. Install dependencies.

npm install
bun install

1. Run jwt-cli.

Expand Down
Binary file added bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "jwt-cli",
"version": "2.0.0",
"version": "2.1.0",
"description": "CLI program for decoding JSON Web Tokens (JWT)",
"repository": {
"type": "git",
Expand Down