Skip to content

Commit

Permalink
switch to using node20 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Jan 30, 2024
1 parent ca7e6fe commit fedb126
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## v1.6.2

* Switch to running the workflow on `node20`` from `node16`. See also
[Transitioning from Node 16 to Node 20][].

[Transitioning from Node 16 to Node 20]: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

## v1.6.1

* Updated the google storage url for `main` channel releases.
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -21,5 +21,5 @@ outputs:
dart-version:
description: 'The installed Dart version.'
runs:
using: "node16"
using: "node20"
main: "dist/index.mjs"

0 comments on commit fedb126

Please sign in to comment.