🔥 3-day streak
GitHub Actions (GH-200)69 / 142
Question 69 of 142

You are authoring a JavaScript action. Your team recently migrated the codebase to target the latest supported Node.js runtime on GitHub-hosted runners. In action.yml, the current metadata block reads: runs: using: 'node16' main: 'dist/index.js' Runners have begun emitting deprecation warnings, and you want the action to execute on the current default Node runtime. Which single change to the metadata correctly updates the action?

Reviewed for accuracy · Report an issueNext question