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

node 16 #1287

Merged
merged 4 commits into from
May 2, 2023
Merged

node 16 #1287

merged 4 commits into from
May 2, 2023

Conversation

romainmenke
Copy link
Collaborator

@romainmenke romainmenke commented May 1, 2023

see : https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

At some point we will have to switch to a new node version for CI.

In this attempt I've updated various dependencies naively.
I am hoping to update as many dependencies as possible to also get rid of some npm audit nags that only affect dev env's.


Scripts verified :

  • lint
  • lint-config
  • clean
  • build
  • watch
  • fmt
  • test-library
  • test-polyfills
  • test-all-polyfills (broken) 1
  • test-end-to-end
  • test-node
  • test-node-unit
  • test-node-coverage (removed) 2
  • test-coverage (removed) 2
  • test 1
  • prepublishOnly
  • create-new-polyfill
  • update-browserstack-list
  • version

Footnotes

  1. this is also broken on main, but these commands are not really used in CI or by me. 2

  2. these tests were never called. I integrated coverage checking into the normal test commands 2

@origamiserviceuser origamiserviceuser added this to Backlog in Origami ✨ May 1, 2023
@github-actions github-actions bot added the library Relates to an Origami library label May 1, 2023
@romainmenke romainmenke marked this pull request as ready for review May 2, 2023 17:41
@romainmenke romainmenke requested a review from a team as a code owner May 2, 2023 17:41
@romainmenke romainmenke merged commit b121ca1 into master May 2, 2023
16 checks passed
Origami ✨ automation moved this from Backlog to Done May 2, 2023
@romainmenke romainmenke deleted the node-16--generous-meerkat-42820f9ef9 branch May 2, 2023 21:06
@robertboulton robertboulton removed this from Done in Origami ✨ Jul 26, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
library Relates to an Origami library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants