diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69f2bf06f8b..21b13ba0371 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,5 @@ jobs: npm uninstall tslint --no-save - name: npm install and test run: | - npm install - npm update + npm ci npm test