We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9037b53 commit 3507f83Copy full SHA for 3507f83
.github/workflows/release.yml
@@ -18,6 +18,7 @@ jobs:
18
uses: actions/setup-node@v4
19
with:
20
node-version: ${{ matrix.node-version }}
21
+ token: ${{ secrets.NPM_TOKEN }}
22
- run: |
23
npm install
24
npm test
0 commit comments