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 e9d8b24 commit cdfc64eCopy full SHA for cdfc64e
.github/workflows/python_docs_check.yaml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v6
23
24
- name: Set up Node
25
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
26
with:
27
node-version: ${{ inputs.node_version }}
28
.github/workflows/tests.yaml
@@ -119,7 +119,7 @@ jobs:
119
120
# TODO: turn on caching
121
- name: setup Node.js
122
123
124
always-auth: ${{ inputs.npmAuth }}
125
node-version-file: ${{ inputs.nodeVersionFile }}
0 commit comments