|
@@ -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'
|