Skip to content

Conversation

@1234-ad
Copy link

@1234-ad 1234-ad commented Jan 12, 2026

Summary

This PR updates outdated GitHub Actions and adds npm caching to improve workflow performance.

Changes

  • Updated actions/checkout from v3 to v4
  • Updated actions/setup-node from v3 to v4
  • Added npm caching to both build and publish jobs
  • Reduces build time and improves CI/CD performance

Related Issue

Fixes #54

Benefits

  • Faster workflow execution with npm caching
  • Latest GitHub Actions with security updates
  • Better dependency management

- Update actions/checkout from v3 to v4
- Update actions/setup-node from v3 to v4
- Add npm caching to speed up workflow execution
- Reduces build time and improves CI/CD performance

Fixes accordproject#54
@Shubh-Raj
Copy link
Contributor

Duplicate of #55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: Update GitHub Actions and add npm caching in npm-publish workflow

2 participants