Skip to content

Commit da150f2

Browse files
authored
fix: npm publishing (#10)
1 parent 605a2ab commit da150f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
node-version: 20
2727
registry-url: "https://registry.npmjs.org"
2828
cache: "pnpm"
29+
- name: Update npm
30+
run: npm install -g npm@latest
2931

3032
- name: Install dependencies
3133
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)