diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ac914c..49a01a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,8 +36,6 @@ jobs: with: node-version-file: '.nvmrc' cache: npm - - name: Install our dependencies - run: npm install - name: Build our release run: npm run release - name: Upload artifact