Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
- name: pnpm 🧰
uses: pnpm/action-setup@v4
with:
version: 10
version: 10.x

- name: Node 🧰
uses: actions/setup-node@v6
with:
node-version: 20
node-version: 24.x
registry-url: https://registry.npmjs.org

- name: Update npm
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ jobs:
- name: pnpm 🧰
uses: pnpm/action-setup@v4
with:
version: 10.4.0
version: 10.x

- name: Node 🧰
uses: actions/setup-node@v4
with:
node-version: 22.x
node-version: 24.x
cache: 'pnpm'

- name: Install 📦
run: pnpm install

- name: Lint 🔎
run: pnpm -filter organization-config lint
run: pnpm -r run --if-present lint

- name: Test 🐛
run: pnpm -filter organization-config test
run: pnpm -r run --if-present test

- name: Build 🛠
run: pnpm -filter organization-config build
run: pnpm -r run --if-present build
3 changes: 0 additions & 3 deletions examples/hono-pino-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,5 @@
"pino-pretty": "^13.1.3",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
},
"resolutions": {
"minimatch": ">=9.0.7"
}
}
408 changes: 317 additions & 91 deletions examples/hono-pino-logger/pnpm-lock.yaml

Large diffs are not rendered by default.

133 changes: 118 additions & 15 deletions examples/organization-config/bun/bun.lock

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions examples/organization-config/bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@
],
"dependencies": {
"@commercelayer/organization-config": "workspace:*"
},
"resolutions": {
"minimatch": ">=9.0.7"
}
}
3 changes: 0 additions & 3 deletions examples/organization-config/cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,5 @@
},
"dependencies": {
"@commercelayer/organization-config": "workspace:*"
},
"resolutions": {
"minimatch": ">=9.0.7"
}
}
Loading
Loading