Skip to content

Commit 83901fb

Browse files
authored
ci: trusted publishing (#210)
1 parent acada22 commit 83901fb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ jobs:
116116
with:
117117
node-version: 22
118118

119+
# npm 11.5.1 or later is required so update to latest to be sure
120+
- name: Update npm
121+
run: npm install -g npm@latest
122+
119123
- name: 📥 Install dependencies
120124
run: npm install
121125

@@ -135,4 +139,3 @@ jobs:
135139
env:
136140
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
137141
NPM_CONFIG_PROVENANCE: true
138-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)