Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): adding Node.js v20 to the CI #270

Merged
merged 3 commits into from
Jan 24, 2024
Merged

chore(ci): adding Node.js v20 to the CI #270

merged 3 commits into from
Jan 24, 2024

Conversation

yisibl
Copy link
Member

@yisibl yisibl commented Oct 17, 2023

Closes: #269
Part of #292

  • actions-rs/toolchain no longer maintained, migration to dtolnay/rust-toolchain
  • actions/cache is no longer needed, actions/setup-node handles it automatically.
  • upgrade actions/upload-artifact@v4
  • upgrade actions/download-artifact@v4
  • upgrade actions/setup-node@v4
  • upgrade actions/cache@v4

@vercel
Copy link

vercel bot commented Oct 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
resvg-js ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 24, 2024 3:04pm

@yisibl yisibl merged commit 68fd138 into main Jan 24, 2024
37 checks passed
@@ -19,7 +19,7 @@ thiserror = "1.0.37"
png = "=0.17.5"
pathfinder_geometry = "0.5.1"
pathfinder_content = { version = "0.5.0", default-features = false }
pathfinder_simd = { version = "0.5.1", features = ["pf-no-simd"] }
pathfinder_simd = { version = "0.5.2", features = ["pf-no-simd"] }
Copy link
Member Author

Choose a reason for hiding this comment

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

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.

Adding Node.js v20 to the CI
1 participant