You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tools: do not run test-linux on unrelated tools changes
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: #63037
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Copy file name to clipboardExpand all lines: .github/workflows/timezone-update.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ jobs:
42
42
run: |
43
43
echo "Comparing current version ${{ env.current_version }} to new version ${{ env.new_version }}"
44
44
45
-
- run: ./tools/update-timezone.mjs
45
+
- run: ./tools/dep_updaters/update-timezone.mjs
46
46
if: ${{ env.new_version != env.current_version }}
47
47
48
48
- name: Update the expected timezone version in test
@@ -57,7 +57,7 @@ jobs:
57
57
with:
58
58
author: Node.js GitHub Bot <github-bot@iojs.org>
59
59
body: |
60
-
This PR was generated by `.github/workflows/timezone-update.yml` and `tools/update-timezone.mjs`.
60
+
This PR was generated by `.github/workflows/timezone-update.yml` and `tools/dep_updaters/update-timezone.mjs`.
61
61
62
62
Updates the ICU files as per the instructions present in https://github.com/nodejs/node/blob/main/doc/contributing/maintaining/maintaining-icu.md#time-zone-data
0 commit comments