Summary
The github-actions-node12-deprecation migration pattern documented that plugin repos needed CI updates. Verify the main workarea repo's .github/workflows/ does not use deprecated Node.js 12 actions or other outdated patterns.
Objective
Ensure the main workarea repo CI is using current, supported GitHub Actions patterns.
Acceptance Criteria
Verification Plan
cd /Users/Shared/openclaw/projects/workarea-modernization/repos/workarea
grep -r 'uses:' .github/workflows/ | grep -v 'actions/checkout\|ruby/setup-ruby\|actions/upload'
grep -r 'workarea-commerce/ci' .github/workflows/ 2>/dev/null
Review CI run logs for deprecation warnings.
Client Impact
None — CI infrastructure only.
Summary
The
github-actions-node12-deprecationmigration pattern documented that plugin repos needed CI updates. Verify the main workarea repo's.github/workflows/does not use deprecated Node.js 12 actions or other outdated patterns.Objective
Ensure the main workarea repo CI is using current, supported GitHub Actions patterns.
Acceptance Criteria
workarea-commerce/ci/*@v1composite actionsVerification Plan
Review CI run logs for deprecation warnings.
Client Impact
None — CI infrastructure only.