You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
Reason/Context
This workflow uses node action
v1
and node13
Because of https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ it should be updated to use node 14 at least, but probably best is 18
12 is deprecated soon and 13 is not even LTS release
Description
replace
with
also change
actions/checkout@v2
toactions/checkout@v3
asv2
runs on node12@jonaslagoni please confirm node version and you can probably mark it as good first issue using
ci-cd
keywordThe text was updated successfully, but these errors were encountered: