Преглед изворни кода

Use node 16 for npmpublish

Paulus Schoutsen пре 4 година
родитељ
комит
703ddc6602
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/npmpublish.yml

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

@@ -14,7 +14,7 @@ jobs:
       - uses: actions/checkout@v2
       - uses: actions/setup-node@v1
         with:
-          node-version: 14
+          node-version: 16
           registry-url: https://registry.npmjs.org/
       - run: npm ci
       - run: npm publish