Przeglądaj źródła

Merge pull request #1190 from PrivateBin/node20

Use Node20 for tests
El RIDO 2 lat temu
rodzic
commit
9614ee90f2
1 zmienionych plików z 1 dodań i 1 usunięć
  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@v4
       with:
-        node-version: '16'
+        node-version: '20'
         cache: 'npm'
         cache-dependency-path: 'js/package-lock.json'