diff --git a/.github/workflows/test_js.yml b/.github/workflows/test_js.yml index 36830a55..267e1b31 100644 --- a/.github/workflows/test_js.yml +++ b/.github/workflows/test_js.yml @@ -31,9 +31,9 @@ jobs: # see https://github.com/actions/setup-node uses: actions/setup-node@v6 with: - node-version: '20.x' + node-version: '24.x' package-manager-cache: false - - name: Install Depenencies + - name: Install Dependencies run: npm install - name: Run test run: npm test