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

Merge pull request #957 from PrivateBin/nodejs-16-tests

Use NodeJs v16 for tests
El RIDO пре 4 година
родитељ
комит
61efe71e31
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/tests.yml

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

@@ -104,7 +104,7 @@ jobs:
     - name: Setup Node
       uses: actions/setup-node@v3
       with:
-        node-version: '14'
+        node-version: '16'
         cache: 'npm'
         cache-dependency-path: 'js/package-lock.json'