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
6 changes: 3 additions & 3 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
# Full history so the lastModified remark plugin can read accurate
# git timestamps for every docs page (shallow clone would leave
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
TASKFLOW_BASE_PATH: /taskflow

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v5
with:
path: website/dist

Expand All @@ -68,4 +68,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v5
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"@earendil-works/pi-ai": "^0.80.3",
"@earendil-works/pi-coding-agent": "^0.80.3",
"@earendil-works/pi-tui": "^0.80.3",
"@types/node": "^22",
"typebox": "^1.3.3",
"typescript": "^6.0.3"
"@types/node": "^26",
"typebox": "^1.3.6",
"typescript": "^7.0.2"
},
"pnpm": {
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taskflow-hosts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"taskflow-core": "0.1.7"
},
"devDependencies": {
"typescript": "^6.0.3"
"typescript": "^7.0.2"
},
"keywords": [
"taskflow",
Expand Down
Loading