We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca7e6fe commit fedb126Copy full SHA for fedb126
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v1.6.2
2
+
3
+* Switch to running the workflow on `node20`` from `node16`. See also
4
+ [Transitioning from Node 16 to Node 20][].
5
6
+[Transitioning from Node 16 to Node 20]: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
7
8
## v1.6.1
9
10
* Updated the google storage url for `main` channel releases.
action.yml
@@ -21,5 +21,5 @@ outputs:
21
dart-version:
22
description: 'The installed Dart version.'
23
runs:
24
- using: "node16"
+ using: "node20"
25
main: "dist/index.mjs"
0 commit comments