Browse Source

node.js 20

Fred Lefévère-Laoide 1 year ago
parent
commit
b8c8dd2659
1 changed files with 4 additions and 0 deletions
  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'