linlinjava 4 年 前
コミット
47e6e25495
3 ファイル変更4 行追加12476 行削除
  1. 3 3
      .github/workflows/main.yml
  2. 0 12472
      litemall-vue/package-lock.json
  3. 1 1
      pom.xml

+ 3 - 3
.github/workflows/main.yml

@@ -5,7 +5,7 @@ on: [push, pull_request]
 jobs:
   # 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
     strategy:
       matrix:
@@ -30,7 +30,7 @@ jobs:
 
   # Building and testing Node.js
   # https://docs.github.com/en/actions/guides/building-and-testing-nodejs
-  Node-Admin:
+  Litemall-admin:
     runs-on: ubuntu-latest
     strategy:
       matrix:
@@ -48,7 +48,7 @@ jobs:
     - run: npm --prefix litemall-admin install
     - run: npm --prefix litemall-admin run test
 
-  Node-Vue:
+  Litemall-vue:
     runs-on: ubuntu-latest
     strategy:
       matrix:

ファイルの差分が大きいため隠しています
+ 0 - 12472
litemall-vue/package-lock.json


+ 1 - 1
pom.xml

@@ -170,7 +170,7 @@
 		<dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
-            <version>29.0-jre</version>
+            <version>30.0-jre</version>
         </dependency>
 
             <dependency>