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.
2 parents b0e129e + 7f67f47 commit c9fe59dCopy full SHA for c9fe59d
.github/workflows/npmpublish.yml
@@ -12,13 +12,11 @@ jobs:
12
- uses: actions/checkout@v4
13
- uses: actions/setup-node@v4
14
with:
15
- node-version: 14
16
- registry-url: https://registry.npmjs.org/
+ node-version: 18.x
+ registry-url: 'https://registry.npmjs.org'
17
- run: |
18
- npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_ADYEN_NODE_API_LIBRARY_TOKEN }}
19
npm install
20
npm run build
21
- npm publish
+ - run: npm publish
22
env:
23
- GITHUB_TOKEN: ${{ secrets.USER_GITHUB_TOKEN }}
24
- NODE_AUTH_TOKEN: ${{secrets.NPM_ADYEN_NODE_API_LIBRARY_TOKEN}}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_ADYEN_NODE_API_LIBRARY_TOKEN }}
0 commit comments