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 bc92976 commit 07011f3Copy full SHA for 07011f3
.github/workflows/CI-CD.yaml
@@ -80,7 +80,7 @@ jobs:
80
- name: Install Node
81
uses: actions/setup-node@v4
82
with:
83
- node-version: 20
+ node-version: 22
84
cache: "npm"
85
86
- name: Install dependencies
@@ -90,6 +90,7 @@ jobs:
90
run: npm publish --provenance --access public
91
env:
92
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
93
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
94
95
- name: Prepare the non-scoped packaged
96
run: |
@@ -102,3 +103,4 @@ jobs:
102
103
working-directory: dist
104
105
106
0 commit comments