Browse Source

Merge branch 'master' of github.com:vendure-ecommerce/vendure

David Höck 9 months ago
parent
commit
edb0c03ee5

+ 1 - 1
.github/workflows/build_and_test_branches.yml

@@ -106,7 +106,7 @@ jobs:
         strategy:
             fail-fast: false
             matrix:
-                node: [18.x, 20.x, 22.x]
+                node: [20.x, 22.x]
                 db: [sqljs, mariadb, mysql, postgres]
         steps:
             - uses: actions/checkout@v4

+ 1 - 1
.github/workflows/build_and_test_master.yml

@@ -103,7 +103,7 @@ jobs:
         strategy:
             fail-fast: false
             matrix:
-                node: [18.x, 20.x, 22.x]
+                node: [20.x, 22.x]
                 db: [sqljs, mariadb, mysql, postgres]
         steps:
             - uses: actions/checkout@v4

+ 1 - 1
.github/workflows/build_and_test_pr.yml

@@ -105,7 +105,7 @@ jobs:
         strategy:
             fail-fast: false
             matrix:
-                node: [18.x, 20.x, 22.x]
+                node: [20.x, 22.x]
                 db: [sqljs, mariadb, mysql, postgres]
         steps:
             - uses: actions/checkout@v4