diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49a01a7..1ac914c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,8 @@ 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