Skip to content

Commit 4a328c7

Browse files
Update issue887.yml
1 parent 711a227 commit 4a328c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/issue887.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ jobs:
66
build-webfrontend:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v3
1010
- uses: actions/setup-node@v3
1111
with:
1212
node-version: "20"
1313
cache: 'yarn'
14+
cache-dependency-path: '**/yarn.lock'
1415

0 commit comments

Comments
 (0)