diff --git a/.github/workflows/test_js.yml b/.github/workflows/test_js.yml index 548fc0e2..36830a55 100644 --- a/.github/workflows/test_js.yml +++ b/.github/workflows/test_js.yml @@ -29,9 +29,10 @@ jobs: uses: actions/checkout@v5 - name: Setup Node.js # see https://github.com/actions/setup-node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '20.x' + package-manager-cache: false - name: Install Depenencies run: npm install - name: Run test