Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Apr 26, 2024
1 parent 41af461 commit 2e12b98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-pr.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
node-version:
- 18.x
- 20.x
- 21.x
- 22.x
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
node-version:
- 18.x
- 20.x
- 21.x
- 22.x
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
Expand Down

0 comments on commit 2e12b98

Please sign in to comment.