Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch to using node20 #122

Merged
merged 1 commit into from Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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"