-
-
Notifications
You must be signed in to change notification settings - Fork 490
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
build: add node v16 & update Github actions #539
Conversation
Can we keep the existing Node.js version 10 tests as they were? |
Hi @amareshsm are you still working on this PR or is it stale? |
done. pls, approve the workflow. |
Thanks, I did that! I'll try to remember to check this PR tomorrow when I'm back at the computer |
Huh, v18.x seems to be failing and I have no clue why:
|
It appears to crash for some reason
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! I'll merge this now.
I want to get the Node.js v16.x and the other changes in as they work, so I dropped the addition of Node.js v18.x now.
If you can take a look at figuring out why the tests fail with Node.js v18.x, that'd be super!
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) | devDependencies | minor | [`4.7.0` -> `4.8.0`](https://renovatebot.com/diffs/npm/webpack-bundle-analyzer/4.7.0/4.8.0) | --- ### Release Notes <details> <summary>webpack-contrib/webpack-bundle-analyzer</summary> ### [`v4.8.0`](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/HEAD/CHANGELOG.md#​480) [Compare Source](webpack-contrib/webpack-bundle-analyzer@v4.7.0...v4.8.0) - **Improvement** - Support reading large (>500MB) stats.json files ([#​423](webpack-contrib/webpack-bundle-analyzer#423) by [@​henry-alakazhang](https://github.com/henry-alakazhang)) - Improve search UX by graying out non-matches ([#​554](webpack-contrib/webpack-bundle-analyzer#554) by [@​starpit](https://github.com/starpit)) - **Internal** - Add Node.js v16.x to CI and update GitHub actions ([#​539](webpack-contrib/webpack-bundle-analyzer#539) by [@​amareshsm](https://github.com/amareshsm)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjM0LjEzMy4wIn0=--> Co-authored-by: cabr2-bot <cabr2.help@gmail.com> Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1783 Reviewed-by: Epsilon_02 <epsilon_02@noreply.codeberg.org> Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org> Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Description