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 7520a91 commit 0b6c7bfCopy full SHA for 0b6c7bf
.github/workflows/playwright.yml
@@ -127,6 +127,7 @@ jobs:
127
node-version: ${{ inputs.node-version }}
128
node-version-file: ${{ inputs.plugin-directory }}/.nvmrc
129
cache: ${{ steps.node-pm.outputs.name }}
130
+ cache-dependency-path: ${{ steps.node-pm.outputs.lockFilePath }}
131
132
- name: Login to Google Cloud
133
if: inputs.npm-registry-auth == true
actions/plugins/setup/action.yml
@@ -33,6 +33,7 @@ runs:
33
node-version: "${{ inputs.node-version }}"
34
node-version-file: "${{ inputs.node-version-file }}"
35
36
37
38
- name: Go
39
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
0 commit comments