@@ -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 |
63 | 63 | |
|