Просмотр исходного кода

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

Relates to #532
Michael Bromley 4 лет назад
Родитель
Сommit
cc17c99b41
1 измененных файлов с 1 добавлено и 1 удалено
  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