We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5595b1 commit b35db4dCopy full SHA for b35db4d
.github/workflows/ci.yml
@@ -21,6 +21,10 @@ jobs:
21
- uses: actions/checkout@v4
22
23
- uses: actions/setup-node@v4.4.0
24
+ with:
25
+ # Needed for NODE_AUTH_TOKEN env var to work for npm publish
26
+ # https://github.com/actions/setup-node#:~:text=NODE_AUTH_TOKEN.%0A%20%20%20%20%23%20Default%3A%20%27%27-,registry,-%2Durl%3A%20%27
27
+ registry-url: https://registry.npmjs.org
28
29
- run: npm install
30
0 commit comments