Skip to content

Commit 7ce6a49

Browse files
authored
chore(release): fix publishing and update npm version in workflow (#27)
1 parent 78be072 commit 7ce6a49

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.changeset/loose-seals-know.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@cadence-mq/core": patch
3+
"@cadence-mq/driver-drizzle": patch
4+
"@cadence-mq/driver-kysely": patch
5+
"@cadence-mq/driver-libsql": patch
6+
"@cadence-mq/driver-memory": patch
7+
---
8+
9+
Fix publishing

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
with:
2626
node-version: 22
2727
cache: 'pnpm'
28+
registry-url: 'https://registry.npmjs.org'
29+
30+
# Ensure npm 11.5.1 or later is installed
31+
- name: Update npm
32+
run: npm install -g npm@latest
2833

2934
- name: Install dependencies
3035
run: pnpm i

0 commit comments

Comments
 (0)