Fred Lefévère-Laoide 1 tahun lalu
induk
melakukan
b8c8dd2659
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  1. 4 0
      .github/workflows/tests.yml

+ 4 - 0
.github/workflows/tests.yml

@@ -21,6 +21,10 @@ jobs:
       - uses: actions/setup-python@v4
         with:
           python-version: ${{ matrix.python-versions }}
+      - uses: actions/setup-node@v4
+        with:
+          node-version: '20'
+
 
       - name: install libmagic on macos
         if: matrix.os == 'macos-latest'