diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0eab53b..0167892e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,12 +24,9 @@ jobs: node-version-file: '.nvmrc' # Install deps - - name: Install npm deps + - name: Install Node deps run: npm i - - name: Install Node.js dependencies - run: npm ci - # Run project test - name: Tests run: npm run test