Skip to content

Commit 52993d1

Browse files
authored
Merge pull request #17 from prisma/npm-support-trusted-publishers
update npm version to support trusted publishers
2 parents d0f7503 + 099e844 commit 52993d1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
registry-url: 'https://registry.npmjs.org'
2525
cache: 'pnpm'
2626

27+
- name: Update npm to support Trusted Publishers
28+
run: npm install -g npm@11.5.1
29+
2730
- name: Install dependencies
2831
run: pnpm install --frozen-lockfile
2932

0 commit comments

Comments
 (0)