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

upgrade reactor-sdk-javascript CI github actions flows #81

Open
brenthosie opened this issue Apr 14, 2023 · 2 comments
Open

upgrade reactor-sdk-javascript CI github actions flows #81

brenthosie opened this issue Apr 14, 2023 · 2 comments
Assignees

Comments

@brenthosie
Copy link
Member

Node 14 is EOL April 30, 2023 and any plugins/custom logic using ::set-output is EOL in GH Actions May 31, 2023.

upgrade to:

  • actions/checkout@v3
  • actions/setup-node@v3

Remove:

  • actions/cache@v2

use:

  • Node 16

see https://github.com/adobe/reactor-sandbox/tree/master/.github/workflows. note that notify was combined into npm-publish.

@brenthosie
Copy link
Member Author

@adobe export issue to Jira project PDCL

@github-jira-sync-bot
Copy link

✅ Jira issue PDCL-10321 is successfully created for this GitHub issue.

@jeffreywalter jeffreywalter added this to In progress in Reactor Open May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Reactor Open
In progress
Development

No branches or pull requests

3 participants