Skip to content

Commit 0b6c7bf

Browse files
committed
feat(frontend): add cache-dependency-path auto resolution
1 parent 7520a91 commit 0b6c7bf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ jobs:
127127
node-version: ${{ inputs.node-version }}
128128
node-version-file: ${{ inputs.plugin-directory }}/.nvmrc
129129
cache: ${{ steps.node-pm.outputs.name }}
130+
cache-dependency-path: ${{ steps.node-pm.outputs.lockFilePath }}
130131

131132
- name: Login to Google Cloud
132133
if: inputs.npm-registry-auth == true

actions/plugins/setup/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ runs:
3333
node-version: "${{ inputs.node-version }}"
3434
node-version-file: "${{ inputs.node-version-file }}"
3535
cache: ${{ steps.node-pm.outputs.name }}
36+
cache-dependency-path: ${{ steps.node-pm.outputs.lockFilePath }}
3637

3738
- name: Go
3839
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0

0 commit comments

Comments
 (0)