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 62f76b4 commit 72951c5Copy full SHA for 72951c5
.github/workflows/deploy.yml
@@ -23,8 +23,6 @@ jobs:
23
uses: actions/setup-node@v4
24
with:
25
node-version: '20'
26
- cache: 'npm'
27
- cache-dependency-path: webApp/package-lock.json
28
29
- name: Make gradlew executable
30
run: chmod +x gradlew
0 commit comments