We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6af19 commit dc7af07Copy full SHA for dc7af07
‎.github/workflows/test.yml‎
@@ -35,7 +35,7 @@ jobs:
35
path: ~/.cache/pip
36
key: v1/${{ runner.os }}/pypi-${{matrix.python}}/${{ hashFiles('{requirements,development}.txt') }}
37
restore-keys: v1/${{ runner.os }}/pypi-${matrix.python}/
38
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v6
39
with:
40
node-version: 16
41
- name: Get yarn cache directory path
0 commit comments