docs: add usage instructions to README#557
Conversation
|
| with: | ||
| node-version: 20.x | ||
| node-version: 24 | ||
| registry-url: "https://registry.npmjs.org" |
There was a problem hiding this comment.
this really should be the default, why do we want to call it out explicitly?
| - name: Setup Node.js 20.x | ||
| uses: actions/setup-node@v3 | ||
| - name: Setup Node.js 24 | ||
| uses: actions/setup-node@v4 |
There was a problem hiding this comment.
we should start recommending the latest versions - actions/setup-node@v6 is already available
|
Hello there @Andarist , Should I proceed with your changes? I have already tested the above steps and it's working on my OSS project (not AI generated content). |
Hi all,
After a lot of trial and error, I managed to publish my NPM package to the NPM registry without using a token (see my action https://github.com/tsevdos/elUtils/blob/main/.github/workflows/publish.yml). I’m updating the documentation to make things easier for others. Feel free to leave any comments or additions.