diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b67b6ef..7801bea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: path: ~/.cache/pip key: v1/${{ runner.os }}/pypi-${{matrix.python}}/${{ hashFiles('{requirements,development}.txt') }} restore-keys: v1/${{ runner.os }}/pypi-${matrix.python}/ - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: 16 - name: Get yarn cache directory path