fix: 💚 fix node lint
This commit is contained in:
parent
6c12f836d8
commit
24e1342016
@ -16,9 +16,11 @@ jobs:
|
||||
|
||||
node:
|
||||
runs-on: ubuntu-latest
|
||||
container: node:20.18.0-slim
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '^20'
|
||||
- run: npm ci
|
||||
- run: npm run type-check
|
||||
- run: npm run lint
|
||||
|
Loading…
Reference in New Issue
Block a user