diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 196b0e4..a112283 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,9 +24,8 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - run: npm i -g npm - run: npm ci - run: npm run build --if-present - run: npm test env: - CI: true \ No newline at end of file + CI: true