Skip to content

Commit 7c6321a

Browse files
committed
Fix cicd
1 parent b9f7927 commit 7c6321a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/check-pr.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515
- uses: oven-sh/setup-bun@v2
16-
- name: Install Node.js
17-
uses: actions/setup-node@v4
18-
with:
19-
node-version: 24
20-
cache: 'bun'
21-
registry-url: 'https://registry.npmjs.org'
22-
2316
- run: bun i
2417
- run: |
2518
bun lint

0 commit comments

Comments
 (0)