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 GitHub Actions for Node 16 support #59

Open
4 tasks
elwayman02 opened this issue Oct 21, 2022 · 0 comments
Open
4 tasks

Upgrade GitHub Actions for Node 16 support #59

elwayman02 opened this issue Oct 21, 2022 · 0 comments

Comments

@elwayman02
Copy link
Contributor

elwayman02 commented Oct 21, 2022

Our current GitHub actions leverage Node 12 under the hood, for which support was fully deprecated last month. Our CI setup throws the following warning now:

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, actions/setup-node, actions/cache, pnpm/action-setup, pnpm/action-setup, actions/cache, actions/setup-node, actions/checkout

As such, we need to upgrade to the latest versions of each action named above:

  • actions/checkout
  • actions/setup-node
  • actions/cache
  • pnpm/action-setup

These occur in the following two .github files:

CI config: https://github.com/starbeamjs/starbeam/blob/main/.github/workflows/ci.yml
Node Setup/Install config: https://github.com/starbeamjs/starbeam/blob/main/.github/actions/setup-node-and-install/action.yml

@elwayman02 elwayman02 changed the title Upgrade GitHub Actions Upgrade GitHub Actions for Node 16 support Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant