diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6022a70..dd1f057 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -59,7 +59,7 @@ jobs: cache-dependency-path: 'pyproject.toml' - name: Install Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: 18 cache: 'npm'