summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
...
* tools: standardize update-llhttp.shMarco Ippolito2023-03-251-9/+4
| | | | | | | | PR-URL: https://github.com/nodejs/node/pull/47198 Refs: https://github.com/nodejs/security-wg/issues/828 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Tierney Cyren <hello@bnb.im>
* tools: standardize update-nghttp2.shMarco Ippolito2023-03-251-6/+4
| | | | | | | | | | PR-URL: https://github.com/nodejs/node/pull/47197 Refs: https://github.com/nodejs/security-wg/issues/828 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
* meta: automate description requests when notable change label is addedDanielle Adams2023-03-241-0/+15
| | | | | | | | | PR-URL: https://github.com/nodejs/node/pull/47078 Fixes: https://github.com/nodejs/Release/issues/821 Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
* tools: fix Slack notification actionAntoine du Hamel2023-03-231-12/+16
| | | | | PR-URL: https://github.com/nodejs/node/pull/47237 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
* tools: notify on Slack when invalid commit landsAntoine du Hamel2023-03-232-28/+66
| | | | | | | | | | | PR-URL: https://github.com/nodejs/node/pull/47178 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Debadree Chatterjee <debadree333@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
* tools: update daily wpt actions summaryFilip Skokan2023-03-221-1/+3
| | | | | PR-URL: https://github.com/nodejs/node/pull/47138 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
* tools,meta: update README and tools to reflect changes in TSC charterRich Trott2023-03-201-4/+4
| | | | | | | | Ref: https://github.com/nodejs/TSC/pull/1350 PR-URL: https://github.com/nodejs/node/pull/47126 Refs: https://github.com/nodejs/TSC/pull/1350 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
* tools: align update-ada.sh with other scriptsTony Gorez2023-03-151-6/+4
| | | | | | | | PR-URL: https://github.com/nodejs/node/pull/47044 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
* meta: ask expected behavior reason in bug templateBen Noordhuis2023-03-141-1/+1
| | | | | | | | | | | | | | It happens too often that bug reporters only report _what_ they expect to see without motivating _why_. Having to repeatedly ask for that info gets old. PR-URL: https://github.com/nodejs/node/pull/47049 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Debadree Chatterjee <debadree333@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
* tools: add daily WPT Report workflow step summaryFilip Skokan2023-03-131-2/+12
| | | | | | PR-URL: https://github.com/nodejs/node/pull/46763 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
* tools: add undici WPTs to daily WPT ReportFilip Skokan2023-03-131-17/+47
| | | | | | PR-URL: https://github.com/nodejs/node/pull/46763 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
* tools: dont use cached node versions in daily wptFilip Skokan2023-03-111-0/+1
| | | | | | | | PR-URL: https://github.com/nodejs/node/pull/47024 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
* tools: automate cares updateMarco Ippolito2023-03-101-0/+8
| | | | | | | | PR-URL: https://github.com/nodejs/node/pull/46993 Refs: https://github.com/nodejs/security-wg/issues/828 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
* meta: add single-executable labels and code ownersJoyee Cheung2023-03-102-0/+11
| | | | | PR-URL: https://github.com/nodejs/node/pull/47004 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
* tools: add automation for updating OpenSSL dependencyFacundo Tuesca2023-03-021-0/+70
| | | | | | | | | | | | | Add a Github Action that checks for new versions of the `OpenSSL` library, and creates a PR to update it if a newer version than the one present in the repo is found. Refs: https://github.com/nodejs/security-wg/issues/828 PR-URL: https://github.com/nodejs/node/pull/45605 Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
* tools: refactor dep_updatersTony Gorez2023-03-021-30/+16
| | | | | PR-URL: https://github.com/nodejs/node/pull/46488 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
* tools: fix daily wpt nightly version selectionFilip Skokan2023-03-011-1/+1
| | | | | | PR-URL: https://github.com/nodejs/node/pull/46891 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
* meta: remove AUTHORS fileRich Trott2023-02-281-39/+0
| | | | | | | | | | | | | | | | | | | | The AUTHORS file does not serve any significant practical purpose and is a bit of a maintenance annoyance. Let's remove it. PR-URL: https://github.com/nodejs/node/pull/46845 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Nitzan Uziely <linkgoron@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
* tools: create llhttp update actionMarco Ippolito2023-02-271-0/+13
| | | | | PR-URL: https://github.com/nodejs/node/pull/46766 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
* tools: upload daily WPT Report to both staging and productionFilip Skokan2023-02-251-6/+8
| | | | | | | PR-URL: https://github.com/nodejs/node/pull/46803 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: James M Snell <jasnell@gmail.com>
* meta: update CODEOWNERS of url implementationsYagiz Nizipli2023-02-241-0/+4
| | | | | | | | PR-URL: https://github.com/nodejs/node/pull/46775 Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Debadree Chatterjee <debadree333@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
* test: include strace openat testRafael Gonzaga2023-02-231-0/+1
| | | | | Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com> PR-URL: https://github.com/nodejs/node/pull/46150 Reviewed-By: Michael Dawson <midawson@redhat.com>
* tools: cleanup WPT refs in daily-wpt-fyi.ymlFilip Skokan2023-02-221-6/+3
| | | | | | PR-URL: https://github.com/nodejs/node/pull/46740 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
* tools: use actions pinned by commit hash in coverage-linuxGabriela Gutierrez2023-02-212-3/+12
| | | | | | | | | | Signed-off-by: Gabriela Gutierrez <gabigutierrez@google.com> PR-URL: https://github.com/nodejs/node/pull/46294 Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Tierney Cyren <hello@bnb.im>
* tools: fixed pathMarco Ippolito2023-02-211-1/+1
| | | | | | | | | | | | PR-URL: https://github.com/nodejs/node/pull/46700 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
* tools: update nghttp2 actionMarco Ippolito2023-02-211-0/+10
| | | | | | | | | | | | PR-URL: https://github.com/nodejs/node/pull/46700 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
* tools: update wpt.fyi used daily checkout refFilip Skokan2023-02-191-2/+6
| | | | | | PR-URL: https://github.com/nodejs/node/pull/46730 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
* build: add GitHub Action for coverage with --without-intlRich Trott2023-02-181-0/+69
| | | | | | | | | | | There are parts of the code base that require a build without intl to be covered. So add a coverage job to build --without-intl. PR-URL: https://github.com/nodejs/node/pull/37954 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
* tools: add a daily wpt.fyi synchronized report uploadFilip Skokan2023-02-171-0/+110
| | | | | | PR-URL: https://github.com/nodejs/node/pull/46498 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Richard Lau <rlau@redhat.com>
* deps: copy `postject-api.h` and `LICENSE` to the `deps` folderDarshan Sen2023-02-111-1/+1
| | | | | | | | | | | | Since `postject-api.h` gets compiled into Node.js, it makes more sense to put it in the `deps` directory instead of `test/fixtures`. Refs: https://github.com/nodejs/node/pull/45038#discussion_r1100752158 Signed-off-by: Darshan Sen <raisinten@gmail.com> PR-URL: https://github.com/nodejs/node/pull/46582 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
* deps: add ada as a dependencyYagiz Nizipli2023-02-061-0/+10
| | | | | | | | | | PR-URL: https://github.com/nodejs/node/pull/46410 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com>
* build: fix MSVC 2022 Release compilationVladimir Morozov (REDMOND)2023-01-272-2/+2
| | | | | | PR-URL: https://github.com/nodejs/node/pull/46228 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
* doc: fix commit message using test instead of depsTony Gorez2023-01-271-2/+2
| | | | | | | | | PR-URL: https://github.com/nodejs/node/pull/46313 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
* tools: add automation for updating postject dependencyDarshan Sen2023-01-141-0/+10
| | | | | | Signed-off-by: Darshan Sen <raisinten@gmail.com> PR-URL: https://github.com/nodejs/node/pull/46157 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
* tools: update create-or-update-pull-request-actionMichaël Zasso2023-01-136-6/+6
| | | | | | | | | | Fixes GitHub's `set-output` deprecation. PR-URL: https://github.com/nodejs/node/pull/46169 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
* tools: move update-eslint.sh to dep_updaters/Luigi Pinca2023-01-061-3/+2
| | | | | | | | | Move the `update-eslint.sh` script to the `dep_updaters/` directory. PR-URL: https://github.com/nodejs/node/pull/46088 Refs: https://github.com/nodejs/node/actions/runs/3814364920/jobs/6488613583#step:3:64 Reviewed-By: Ruy Adorno <ruyadorno@google.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
* meta: update comment in `CODEOWNERS` to better reflect current policyAntoine du Hamel2023-01-061-4/+7
| | | | | | | | | | | | | | We do not enforce signing off by any code owners when landing PRs. PR-URL: https://github.com/nodejs/node/pull/45944 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com> Reviewed-By: Danielle Adams <adamzdanielle@gmail.com>
* tools: add url to `AUTHORS` update automationAntoine du Hamel2022-12-271-0/+3
| | | | | | | | This should simplify the review of `AUTHORS` file updates. PR-URL: https://github.com/nodejs/node/pull/45971 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
* deps: fix updater github workflow jobYagiz Nizipli2022-12-251-1/+1
| | | | | PR-URL: https://github.com/nodejs/node/pull/45972 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
* meta: add `nodejs/loaders` to CODEOWNERSGeoffrey Booth2022-12-241-10/+14
| | | | | | | | | PR-URL: https://github.com/nodejs/node/pull/45940 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Jacob Smith <jacob@frende.me>
* tools: update GitHub workflow actionMohammed Keyvanzadeh2022-12-232-2/+2
| | | | | | | | | | | Update the GitHub workflow action used for closing stalled issues and PRs. PR-URL: https://github.com/nodejs/node/pull/45937 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com>
* meta: add `nodejs/test_runner` to CODEOWNERSAntoine du Hamel2022-12-231-0/+9
| | | | | | | | | | PR-URL: https://github.com/nodejs/node/pull/45935 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
* deps: add simdutf dependencyYagiz Nizipli2022-12-221-0/+10
| | | | | | | | PR-URL: https://github.com/nodejs/node/pull/45803 Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michael Dawson <midawson@redhat.com>
* tools: add GitHub token permissions to label flaky-test issuesGabriela Gutierrez2022-12-041-0/+3
| | | | | Signed-off-by: Gabriela Gutierrez <gabigutierrez@google.com> PR-URL: https://github.com/nodejs/node/pull/45308 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
* tools: have test-asan use ubuntu-20.04Filip Skokan2022-11-221-1/+1
| | | | | PR-URL: https://github.com/nodejs/node/pull/45581 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
* tools: add automation for updating libuv dependencyFacundo Tuesca2022-11-211-0/+16
| | | | | | | | | | | Add a Github Action that checks for new versions of the `libuv` C library, and creates a PR to update it if a newer version than the one present in the repo is found. Refs: https://github.com/nodejs/security-wg/issues/828 PR-URL: https://github.com/nodejs/node/pull/45362 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
* tools: include current release in the list of released versionsAntoine du Hamel2022-11-141-1/+1
| | | | | | | PR-URL: https://github.com/nodejs/node/pull/45463 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
* tools: do not run CQ on non-fast-tracked PRs open for less than 2 daysMoshe Atlow2022-11-121-2/+12
| | | | | | | | PR-URL: https://github.com/nodejs/node/pull/45407 Fixes: https://github.com/nodejs/node/issues/45405 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
* tools: dynamically determine parallelism on GitHub Actions macOSRich Trott2022-11-101-2/+2
| | | | | | Refs: https://github.com/nodejs/node/pull/45340#discussion_r1014859250 PR-URL: https://github.com/nodejs/node/pull/45350 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
* test: add a test to ensure the correctness of timezone upgradesDarshan Sen2022-11-101-0/+3
| | | | | | | | | | | Currently, there's no way to know if a timezone upgrade PR is correct without building and testing the change locally. This change provides a solution for that. Tested in https://github.com/RaisinTen/node/pull/4. Signed-off-by: Darshan Sen <raisinten@gmail.com> PR-URL: https://github.com/nodejs/node/pull/45299 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>