You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,13 @@ documentation.
34
34
35
35
## Breaking Changes
36
36
37
+
### Breaking changes in V7
38
+
39
+
Version 7 of this action updated the runtime to Node 20 - https://github.com/github/docs/issues/28156
40
+
41
+
All scripts are now run with Node 20 instead of Node 16 and are affected by any breaking changes between Node 16 and 20.
42
+
43
+
37
44
### Breaking changes in V6
38
45
39
46
Version 6 of this action updated the runtime to Node 16 - https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#example-using-nodejs-v16
0 commit comments