We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eed797e + d89d394 commit ef0c852Copy full SHA for ef0c852
1 file changed
.github/workflows/npm-publish.yml
@@ -38,8 +38,11 @@ jobs:
38
- name: Use Node.js (NPMJS) ${{ matrix.node-version }}
39
uses: actions/setup-node@v4
40
with:
41
+ node-version: ${{ matrix.node-version }}
42
always-auth: true
43
registry-url: https://registry.npmjs.org/
44
+ env:
45
+ NODE_AUTH_TOKEN: ${{secrets.npm_token}}
46
- name: Update npm
47
run: npm install -g npm@latest
48
- name: Install dependencies
0 commit comments