Skip to content

Introduce more workflow updates#306

Merged
mustaphaturhan merged 2 commits intomasterfrom
feat/more-workflow-updates
Jan 13, 2026
Merged

Introduce more workflow updates#306
mustaphaturhan merged 2 commits intomasterfrom
feat/more-workflow-updates

Conversation

@mustaphaturhan
Copy link
Collaborator

  • Upgraded actions/checkout from v2 → v4
  • Upgraded actions/setup-node from v2 → v4
  • Instead of npm install, use npm ci in the deploy pipeline
  • Add npm caching in deployment and preview builds
  • Add concurrency control and set cancel-in-progress: false. It will prevent race conditions when multiple commits are pushed in very short time.

@ghost
Copy link

ghost commented Jan 9, 2026

Preview is ready! 🚀 You can view it here: https://valhalla-app-tests.gis-ops.com/306

Copy link
Member

@nilsnolde nilsnolde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, that's great!

Comment on lines +13 to +15
concurrency:
group: deploy-production
cancel-in-progress: false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah that's a good point!

@mustaphaturhan mustaphaturhan merged commit 3aa3b2a into master Jan 13, 2026
3 checks passed
@mustaphaturhan mustaphaturhan deleted the feat/more-workflow-updates branch January 13, 2026 13:30
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.

2 participants