فهرست منبع

chore: Temporarily disable Node v18 publish testing

Michael Bromley 2 سال پیش
والد
کامیت
d1c71acc00
1فایلهای تغییر یافته به همراه5 افزوده شده و 1 حذف شده
  1. 5 1
      .github/workflows/publish_and_install.yml

+ 5 - 1
.github/workflows/publish_and_install.yml

@@ -20,7 +20,11 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest, macos-latest]
-        node-version: [16.x, 18.x]
+        # Temporarily disabled Node v18 because of this issue:
+        # https://github.com/vendure-ecommerce/vendure/actions/runs/5200017548/jobs/9378196658#step:4:48
+        # which is related to our Verdaccio setup. Will need some investigation.
+        #node-version: [16.x, 18.x]
+        node-version: [16.x]
       fail-fast: false
     steps:
     - uses: actions/checkout@v3