Skip to content

Commit 018ad3c

Browse files
committed
chore: update github action
1 parent 2c0314b commit 018ad3c

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -20,30 +20,6 @@ jobs:
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-
- uses: pnpm/[email protected]
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

0 commit comments

Comments
 (0)