Kaynağa Gözat

chore: Add node 16.x, npm 7.x to publish & install workflow

Relates to #532
Michael Bromley 4 yıl önce
ebeveyn
işleme
cc17c99b41
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      .github/workflows/publish_and_install.yml

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

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