mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
fix(websocket): bump ts-node to fix startup error (#22563)
This commit is contained in:
2
.github/workflows/superset-websocket.yml
vendored
2
.github/workflows/superset-websocket.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
persist-credentials: false
|
||||
- name: Install dependencies
|
||||
working-directory: ./superset-websocket
|
||||
run: npm install
|
||||
run: npm ci
|
||||
- name: lint
|
||||
working-directory: ./superset-websocket
|
||||
run: npm run lint
|
||||
|
||||
Reference in New Issue
Block a user