Skip to content

Commit

Permalink
add cache-dependency-path
Browse files Browse the repository at this point in the history
  • Loading branch information
meua committed Dec 10, 2023
1 parent d64a088 commit 8c7000d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: frontend/package.json
- name: Install and Build # 安装依赖、打包,如果提前已打包好无需这一步
run: |
npm install
Expand Down

0 comments on commit 8c7000d

Please sign in to comment.