Skip to content

Commit fedb126

Browse files
authored
switch to using node20 (#122)
1 parent ca7e6fe commit fedb126

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -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+
18
## v1.6.1
29

310
* Updated the google storage url for `main` channel releases.

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ outputs:
2121
dart-version:
2222
description: 'The installed Dart version.'
2323
runs:
24-
using: "node16"
24+
using: "node20"
2525
main: "dist/index.mjs"

0 commit comments

Comments
 (0)