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.
2 parents d6bb02d + d057a07 commit ceae396Copy full SHA for ceae396
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
echo 'C:\msys64\mingw64\bin' >> "$GITHUB_PATH"
46
echo 'C:\msys64\usr\bin' >> "$GITHUB_PATH"
47
- name: Set up Node
48
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
49
with:
50
node-version: ${{ matrix.node-version || '18.15' }}
51
- name: Set up Python ${{ matrix.python }}
0 commit comments