-
Notifications
You must be signed in to change notification settings - Fork 57
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
yisibl
force-pushed
the
ci-add-node-20
branch
from
October 17, 2023 14:06
836c12c
to
e2b3187
Compare
yisibl
force-pushed
the
ci-add-node-20
branch
from
October 17, 2023 14:33
e2b3187
to
836c12c
Compare
yisibl
force-pushed
the
ci-add-node-20
branch
from
January 24, 2024 06:44
836c12c
to
bb61f09
Compare
yisibl
force-pushed
the
ci-add-node-20
branch
from
January 24, 2024 08:19
ae36419
to
c874251
Compare
yisibl
force-pushed
the
ci-add-node-20
branch
from
January 24, 2024 08:31
c874251
to
2397f1e
Compare
yisibl
force-pushed
the
ci-add-node-20
branch
from
January 24, 2024 08:40
2397f1e
to
8cef298
Compare
yisibl
force-pushed
the
ci-add-node-20
branch
from
January 24, 2024 08:44
8cef298
to
1e324d5
Compare
yisibl
force-pushed
the
ci-add-node-20
branch
from
January 24, 2024 09:00
1e324d5
to
39aa70b
Compare
yisibl
force-pushed
the
ci-add-node-20
branch
from
January 24, 2024 09:15
39aa70b
to
bf815c8
Compare
yisibl
force-pushed
the
ci-add-node-20
branch
from
January 24, 2024 09:33
bf815c8
to
7221c7e
Compare
yisibl
force-pushed
the
ci-add-node-20
branch
from
January 24, 2024 09:38
7221c7e
to
577f5da
Compare
yisibl
force-pushed
the
ci-add-node-20
branch
from
January 24, 2024 15:04
f912cc6
to
7e5b37c
Compare
This was referenced Jan 24, 2024
yisibl
commented
Jan 24, 2024
@@ -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"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed: servo/pathfinder#541
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes: #269
Part of #292
actions-rs/toolchain
no longer maintained, migration todtolnay/rust-toolchain
actions/cache
is no longer needed,actions/setup-node
handles it automatically.actions/upload-artifact@v4
actions/download-artifact@v4
actions/setup-node@v4
actions/cache@v4