Skip to content

Commit b12b1c5

Browse files
ConorOkusclaude
andauthored
Upgrade dev dependencies and bump CI Node to 22 (#310)
- serve 14.2.0 → 14.2.6 - start-server-and-test 2.0.0 → 3.0.5 (requires Node ≥22) - vue 2.7.14 → 2.7.16 - vue-server-renderer 2.7.14 → 2.7.16 - vuepress 1.9.9 → 1.9.10 - CI Node 16 → 22 (Node 16 EOL since 2023-09) - actions/checkout, actions/setup-node, peaceiris/actions-gh-pages → v4 - Ignore local /ce planning artifacts under docs/brainstorms and docs/plans Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent ee121ce commit b12b1c5

4 files changed

Lines changed: 4244 additions & 2368 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
steps:
1818
# Checkout and setup
1919
- name: Checkout
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
- name: Setup
22-
uses: actions/setup-node@v3
22+
uses: actions/setup-node@v4
2323
with:
24-
node-version: 16
24+
node-version: 22
2525
# Install and build
2626
- name: Install
2727
run: npm ci
@@ -30,7 +30,7 @@ jobs:
3030
# Deploy, limited to the main branch
3131
- name: Deploy
3232
if: success() && github.ref == 'refs/heads/main'
33-
uses: peaceiris/actions-gh-pages@v3
33+
uses: peaceiris/actions-gh-pages@v4
3434
with:
3535
publish_dir: ./docs/.vuepress/dist
3636
github_token: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
# Production
55
/docs/.vuepress/dist
66

7+
# Local planning artifacts (Claude /ce workflow)
8+
/docs/brainstorms
9+
/docs/plans
10+
711
# Misc
812
.DS_Store
913
.env.local

0 commit comments

Comments
 (0)