Closed
Description
Describe the request
Github is enforcing the use of Node 16 in Github Actions starting on May 18th at which point this action will fail to work.
(see post here: https://github.blog/changelog/2023-05-04-github-actions-all-actions-will-run-on-node16-instead-of-node12/)
It looks like this action has already been updated to support Node 16 as described in issue #59 . A new release of the action needs to be published that includes the updated Node 16 support before May 18th.
I didn't want to open a duplicate issue but the issue #59 is locked and this is becoming an urgent issue.
Describe the current behavior
setup-protoc
runs on Node 12 and will fail to work starting on May 18th.
'arduino/setup-protoc' version
1.1.2
Additional context
No response
Issue checklist
- I searched for previous requests in the issue tracker
- I verified the feature was still missing when using the latest version
- My request contains all necessary details