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

respec runs failing #3629

Closed
handrews opened this issue Mar 11, 2024 · 1 comment · Fixed by #3671
Closed

respec runs failing #3629

handrews opened this issue Mar 11, 2024 · 1 comment · Fixed by #3671
Labels
script Pull requests that update Bash or JavaScript code

Comments

@handrews
Copy link
Member

Annotations

1 error and 2 warnings
respecCannot read properties of undefined (reading 'number') -- respecNode.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, peter-evans/create-pull-request@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.Show less respecThe following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/Show less

Annotations
1 error and 2 warnings
respec
Cannot read properties of undefined (reading 'number')
respec
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, peter-evans/create-pull-request@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
respec
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

Screen Shot 2024-03-11 at 9 40 35 AM
@handrews handrews added the script Pull requests that update Bash or JavaScript code label Mar 11, 2024
@lornajane
Copy link
Contributor

Looks like this is a known bug with the action we're using, but newer releases fix it (see https://github.com/peter-evans/create-pull-request/releases/tag/v6.0.1).

I'll bump the version of both that package and the checkout one (the older version we're using makes these warnings) and see where that gets us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
script Pull requests that update Bash or JavaScript code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants