chore
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -5,7 +5,7 @@ on: [push, pull_request]
|
|||||||
jobs:
|
jobs:
|
||||||
# Building and testing Java with Maven
|
# Building and testing Java with Maven
|
||||||
# https://docs.github.com/en/actions/guides/building-and-testing-java-with-maven
|
# https://docs.github.com/en/actions/guides/building-and-testing-java-with-maven
|
||||||
Java:
|
Litemall-all:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
|
|
||||||
# Building and testing Node.js
|
# Building and testing Node.js
|
||||||
# https://docs.github.com/en/actions/guides/building-and-testing-nodejs
|
# https://docs.github.com/en/actions/guides/building-and-testing-nodejs
|
||||||
Node-Admin:
|
Litemall-admin:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@@ -48,7 +48,7 @@ jobs:
|
|||||||
- run: npm --prefix litemall-admin install
|
- run: npm --prefix litemall-admin install
|
||||||
- run: npm --prefix litemall-admin run test
|
- run: npm --prefix litemall-admin run test
|
||||||
|
|
||||||
Node-Vue:
|
Litemall-vue:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
12472
litemall-vue/package-lock.json
generated
12472
litemall-vue/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
2
pom.xml
2
pom.xml
@@ -170,7 +170,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.guava</groupId>
|
<groupId>com.google.guava</groupId>
|
||||||
<artifactId>guava</artifactId>
|
<artifactId>guava</artifactId>
|
||||||
<version>29.0-jre</version>
|
<version>30.0-jre</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
Reference in New Issue
Block a user