-
Notifications
You must be signed in to change notification settings - Fork 295
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
Upgrade the checkout Github action. #6333
Conversation
Size Change: -4.26 kB (0%) Total Size: 1.2 MB
ℹ️ View Unchanged
|
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.
Thanks @jimmymadon – this looks good to me, one question about the browserslist action as I seem to recall we had to use v1 so long as we were using an older node/npm version.
@@ -59,7 +59,7 @@ jobs: | |||
git config --global user.name "GitHub Actions" | |||
|
|||
- name: Update Browserslist database and create PR if applicable | |||
uses: c2corg/browserslist-update-action@v1 | |||
uses: c2corg/browserslist-update-action@v2 |
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.
@nfmohit can we do this? I seem to recall that we can't.
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.
That is correct, thank you for spotting, @aaemnnosttv.
@jimmymadon Unfortunately, the v2
of c2corg/browserslist-update-action
wouldn't work in our case because it requires a higher Node & NPM version to function. Until that is updated, we will need to stick with v1
for now.
More context here.
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.
Thank you, @jimmymadon.
Just reflecting on what @aaemnnosttv raised, we need to revert the c2corg/browserslist-update-action
to use v1
.
@@ -59,7 +59,7 @@ jobs: | |||
git config --global user.name "GitHub Actions" | |||
|
|||
- name: Update Browserslist database and create PR if applicable | |||
uses: c2corg/browserslist-update-action@v1 | |||
uses: c2corg/browserslist-update-action@v2 |
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.
That is correct, thank you for spotting, @aaemnnosttv.
@jimmymadon Unfortunately, the v2
of c2corg/browserslist-update-action
wouldn't work in our case because it requires a higher Node & NPM version to function. Until that is updated, we will need to stick with v1
for now.
More context here.
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.
Great, thanks @jimmymadon !
Summary
Addresses issue:
Relevant technical choices
PR Author Checklist
Do not alter or remove anything below. The following sections will be managed by moderators only.
Code Reviewer Checklist
Merge Reviewer Checklist