-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e1a80fc
commit 6270588
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,16 +17,16 @@ jobs: | |
timeout-minutes: 10 | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: pnpm/[email protected] | ||
with: | ||
version: 8.14.1 | ||
# - uses: pnpm/[email protected] | ||
# with: | ||
# version: 8.14.1 | ||
- uses: actions/[email protected] | ||
with: | ||
distribution: 'temurin' # See 'Supported distributions' for available options | ||
java-version: '21' | ||
|
||
- name: install dependencies | ||
run: pnpm install --frozen-lockfile | ||
run: npm install -ci | ||
|
||
# Automatically overrides the version code and version name through the github actions | ||
- name: Bump version | ||
|