We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd8da1 commit d374502Copy full SHA for d374502
.github/actions/npm-setup/action.yml
@@ -30,3 +30,9 @@ runs:
30
- name: Install dependencies
31
shell: bash
32
run: npm ci --omit=optional
33
+ - name: Cache npm
34
+ id: cache-npm-save
35
+ uses: actions/cache/save@v4
36
+ with:
37
+ path: ${{ steps.npm-cache-dir.outputs.dir }}
38
+ key: ${{ steps.npm-cache.outputs.cache-primary-key }}
0 commit comments