fix(websocket): bump ts-node to fix startup error (#22563)

This commit is contained in:
Ville Brofeldt
2023-01-02 17:11:55 +00:00
committed by GitHub
parent 734d423ca0
commit 7df1d70a95
5 changed files with 204 additions and 14 deletions

View File

@@ -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