conda-incubator / conda-store-ui

conda-store-ui is a frontend for conda-store powered by react
https://conda-incubator.github.io/conda-store-ui/
BSD 3-Clause "New" or "Revised" License
13 stars 18 forks source link

MAINT - Update release workflow - configure node #319

Closed trallard closed 10 months ago

trallard commented 10 months ago

Description

While the current workflow works in the sense of making a release to npm - it throws an error as there is no .npmrc file present in the runner.

This PR ensures node is correctly set up and the file is created.