v1 -> v2 migration #1
alexkar598
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Github is deprecating has deprecated node 12 for actions and the v1 version of dreamannotate is using it. I've released a new version of it using node16. Ran a test or two and it seems to be working just fine on the updated runtime.
To upgrade:
uses: yogstation13/DreamAnnotate@v1
touses: yogstation13/DreamAnnotate@v2
(for those of you pinning to commit sha, its8ef04ef7fbb4ac63ee2daca222af91599e0af5e1
)Related blogpost: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
Related changelog: https://github.com/yogstation13/DreamAnnotate/compare/34029606cd7c22a08a589e084f860c1cc287363c..8ef04ef7fbb4ac63ee2daca222af91599e0af5e1
Beta Was this translation helpful? Give feedback.
All reactions