Skip to content

Commit b6ef8c5

Browse files
committed
chore: wip
1 parent 15f6e45 commit b6ef8c5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
lint:
2525
strategy:
2626
matrix:
27-
node-version: [18.x]
2827
os: [ubuntu-latest]
2928
fail-fast: false
3029

@@ -44,14 +43,13 @@ jobs:
4443
run: cd storage/framework/stacks && bun run build
4544

4645
- name: Lint
47-
run: eslint .
46+
run: bunx eslint .
4847

4948
typecheck:
5049
runs-on: ${{ matrix.os }}
5150

5251
strategy:
5352
matrix:
54-
node-version: [18.x]
5553
os: [ubuntu-latest]
5654
fail-fast: false
5755

@@ -76,7 +74,6 @@ jobs:
7674

7775
strategy:
7876
matrix:
79-
node-version: [18.x]
8077
os: [ubuntu-latest]
8178
fail-fast: false
8279

@@ -108,7 +105,6 @@ jobs:
108105
strategy:
109106
matrix:
110107
os: [ubuntu-latest]
111-
node-version: [18]
112108

113109
steps:
114110
- name: Checkout Code

0 commit comments

Comments
 (0)