Skip to content

Commit 02bd992

Browse files
committed
Added npm update to enforce latest
1 parent 1e8b27b commit 02bd992

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,11 @@ jobs:
2828
- uses: actions/setup-node@v4
2929
with:
3030
node-version: "22"
31+
registry-url: "https://registry.npmjs.org"
32+
scope: "@crispthinking"
3133

32-
- name: Configure Registry & Clean Env
33-
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
34+
- name: Update npm
35+
run: npm install -g npm@latest
4136

4237
- name: Set version
4338
run: |

0 commit comments

Comments
 (0)