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 7b9b79e commit af175eaCopy full SHA for af175ea
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
- run: conda install --file ./workflow_env/conda-${{ matrix.cfg.build_platform }}.lock -y
39
40
- name: Install node
41
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
42
with:
43
node-version: '20.x'
44
cache: 'yarn'
.github/workflows/sync_lab_release.yml
@@ -91,7 +91,7 @@ jobs:
91
path: .
92
93
- name: Install Node
94
95
96
97
0 commit comments