Skip to content

Commit 242cf28

Browse files
committed
fix: no lint
1 parent 43e4e64 commit 242cf28

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/node.js.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ on:
77
branches: [ "main" ]
88

99
jobs:
10-
lint:
10+
build:
1111
runs-on: ubuntu-latest
12-
1312
steps:
1413
- uses: actions/checkout@v4
15-
- name: Use Node.js 23
16-
uses: actions/setup-node@v4
14+
- uses: actions/setup-node@v4
1715
with:
18-
node-version: 23
16+
node-version: '20.x'
1917
cache: 'npm'
20-
- run: npm ci --legacy-peer-deps
21-
- run: npm run lint
18+
- run: npm ci
19+
- run: npx tsc

0 commit comments

Comments
 (0)