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 840a109 commit d9fa72cCopy full SHA for d9fa72c
.github/workflows/e2e.yml
@@ -22,6 +22,10 @@ jobs:
22
with:
23
node-version: '20'
24
cache: 'npm'
25
+ cache-dependency-path: |
26
+ package-lock.json
27
+ test/e2e/miniprogram-cli-project/package-lock.json
28
+ test/e2e/miniprogram-cli-project/ReactNativeProject/package-lock.json
29
30
- name: Install dependencies
31
run: |
@@ -97,6 +101,10 @@ jobs:
97
101
98
102
99
103
104
105
106
107
100
108
109
- name: Setup Java
110
uses: actions/setup-java@v4
0 commit comments