Skip to content

Commit 163ca87

Browse files
committed
build: update docs and deployment config
1 parent 574f84b commit 163ca87

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
with:
3434
fetch-depth: 0 # Not needed if lastUpdated is not enabled
3535
# - uses: pnpm/action-setup@v3 # Uncomment this if you're using pnpm
3636
# - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
3737
- name: Setup Node
38-
uses: actions/setup-node@v4
38+
uses: actions/setup-node@v6
3939
with:
40-
node-version: 20
40+
node-version: 24
4141
cache: npm # or pnpm / yarn
4242
- name: Setup Pages
4343
uses: actions/configure-pages@v4

docs/guide/upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Upgrade using Composer:
66

77
```bash
8-
composer config minimum-stability rc
8+
composer config minimum-stability
99
composer require cloudcreativity/ddd-modules:^5.0
1010
```
1111

@@ -229,4 +229,4 @@ linked chapter.
229229
### Results & Errors
230230

231231
The interfaces for results and errors have been moved to the `Contracts\Toolkit\Result` namespace. The concrete
232-
implementations are still in the `Toolkit\Result` namespace. So this change only affects interfaces.
232+
implementations are still in the `Toolkit\Result` namespace. So this change only affects interfaces.

package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)