File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 2020 distribution : ' temurin'
2121 cache : ' gradle'
2222 java-version : 17
23- - name : Set up Node.js
24- uses : actions/setup-node@v3
25- with :
26- node-version : 16
27- 28- name : Install pnpm
29- id : pnpm-install
30- with :
31- version : 7
32- run_install : false
33- - name : Get pnpm store directory
34- id : pnpm-cache
35- run : |
36- echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
37- - uses : actions/cache@v3
38- name : Setup pnpm cache
39- with :
40- path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
41- key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/console/pnpm-lock.yaml') }}
42- restore-keys : |
43- ${{ runner.os }}-pnpm-store-
44- - name : Install Frontend Dependencies
45- run : |
46- ./gradlew pnpmInstall
4723 - name : Build with Gradle
4824 run : |
4925 # Set the version with tag name when releasing
You can’t perform that action at this time.
0 commit comments