diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dba8d6c..1ac914c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,9 @@ jobs: - uses: actions/setup-node@v4 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