Skip to content

Commit 6b2b51f

Browse files
author
Herbert D Ludowieg
authored
Update master.yml
1 parent 4ed13aa commit 6b2b51f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/master.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ jobs:
121121
python-version: ${{ fromJson(needs.support-matrix.outputs.matrix).python-version }}
122122
steps:
123123
- uses: actions/checkout@v2
124+
- name: Use Node.js version 16
125+
uses: actions/setup-node@v3
126+
with:
127+
node-version: "16.19.1"
124128
- name: Publish Conda Release
125129
uses: ./.github/workflows/publish-conda
126130
with:

0 commit comments

Comments
 (0)