We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8355652 commit def4108Copy full SHA for def4108
1 file changed
.github/workflows/python-tests.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install dependencies
30
run: uv sync --all-extras
31
- name: Setup Node.js environment
32
- uses: actions/setup-node@v4.3.0
+ uses: actions/setup-node@v6.2.0
33
# with:
34
# # Used to specify a package manager for caching in the default directory. Supported values: npm, yarn, pnpm.
35
# cache: # optional
0 commit comments