فهرست منبع

chore: Remove node v12.x from CI workflow

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

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

@@ -20,7 +20,7 @@ jobs:
     strategy:
     strategy:
       matrix:
       matrix:
         os: [ubuntu-latest, windows-latest, macos-latest]
         os: [ubuntu-latest, windows-latest, macos-latest]
-        node-version: [12.x, 14.x, 16.x]
+        node-version: [14.x, 16.x]
       fail-fast: false
       fail-fast: false
     steps:
     steps:
     - uses: actions/checkout@v2
     - uses: actions/checkout@v2