Fred Lefévère-Laoide 1 yıl önce
ebeveyn
işleme
b8c8dd2659
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      .github/workflows/tests.yml

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

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