mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
Fix version number in breaking changes section
Co-authored-by: Martin Costello <martin@martincostello.com>
This commit is contained in:
parent
999c7fb9fe
commit
30d8f852ac
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ documentation.
|
||||||
|
|
||||||
### V7
|
### V7
|
||||||
|
|
||||||
Version 6 of this action updated the runtime to Node 20 - https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-javascript-actions
|
Version 7 of this action updated the runtime to Node 20 - https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-javascript-actions
|
||||||
|
|
||||||
All scripts are now run with Node 20 instead of Node 16 and are affected by any breaking changes between Node 16 and 20
|
All scripts are now run with Node 20 instead of Node 16 and are affected by any breaking changes between Node 16 and 20
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue