We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8b27b commit 02bd992Copy full SHA for 02bd992
1 file changed
.github/workflows/release.yml
@@ -28,16 +28,11 @@ jobs:
28
- uses: actions/setup-node@v4
29
with:
30
node-version: "22"
31
+ registry-url: "https://registry.npmjs.org"
32
+ scope: "@crispthinking"
33
- - name: Configure Registry & Clean Env
- run: |
34
- unset NODE_AUTH_TOKEN
35
- unset NPM_TOKEN
36
-
37
- npm config set registry https://registry.npmjs.org/
38
- npm config set @crispthinking:registry https://registry.npmjs.org/
39
40
- npm config list
+ - name: Update npm
+ run: npm install -g npm@latest
41
42
- name: Set version
43
run: |
0 commit comments