Use node 20 by default #526

Merged
wolfogre merged 3 commits from wolfogre/act_runner:feature/bump_default_labels into main 2024-03-29 03:03:29 +00:00
Owner

Because Octokit requires Node 18 or higher now.

See https://github.com/octokit/octokit.js/#fetch-missing .

However, for existing runners, users should manually modify labels in the .runner file or runner.labels in the config.yaml file to update. Don't forget to restart.

Because Octokit requires Node 18 or higher now. See https://github.com/octokit/octokit.js/#fetch-missing . However, for existing runners, users should manually modify `labels` in the `.runner` file or `runner.labels` in the `config.yaml` file to update. Don't forget to restart.
wolfogre added 1 commit 2024-03-28 03:44:57 +00:00
chore: use node 18 by defult
All checks were successful
checks / check and test (pull_request) Successful in 38s
3a18c868b5
Member

There may be some places that need to be modified too.
image

There may be some places that need to be modified too. ![image](/attachments/c548db28-1d1a-4383-9c0f-f6d0d4172412)
189 KiB
Member

Wouldn't 20 be a better choice? Most actions run on node 20 since a few months and it will have one more year of support.

See https://github.com/nodejs/Release/?tab=readme-ov-file#release-schedule regarding support cycles.

Wouldn't 20 be a better choice? Most actions run on node 20 since a few months and it will have one more year of support. See https://github.com/nodejs/Release/?tab=readme-ov-file#release-schedule regarding support cycles.

+1 for going directly to 20

+1 for going directly to 20
wolfogre added 2 commits 2024-03-29 02:40:14 +00:00
chore: use node 20
All checks were successful
checks / check and test (pull_request) Successful in 39s
98e36d4c9f
wolfogre changed title from Use node 18 by default to Use node 20 by default 2024-03-29 02:40:26 +00:00
sillyguodong approved these changes 2024-03-29 02:55:48 +00:00
wolfogre merged commit 94c45acf6b into main 2024-03-29 03:03:29 +00:00
Sign in to join this conversation.
No description provided.