| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4bf8584 commit 04d3538
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,6 +6,9 @@ on: | |||
| 6 | 6 | - .mailmap | |
| 7 | 7 | - README.md | |
| 8 | 8 | - vcbuild.bat | |
| 9 | + - tools/actions/** | ||
| 10 | + - tools/clang-format/** | ||
| 11 | + - tools/dep_updaters/** | ||
| 9 | 12 | - test/internet/** | |
| 10 | 13 | - .github/** | |
| 11 | 14 | - '!.github/workflows/test-linux.yml' | |
@@ -20,6 +23,9 @@ on: | |||
| 20 | 23 | - .mailmap | |
| 21 | 24 | - README.md | |
| 22 | 25 | - vcbuild.bat | |
| 26 | + - tools/actions/** | ||
| 27 | + - tools/clang-format/** | ||
| 28 | + - tools/dep_updaters/** | ||
| 23 | 29 | - test/internet/** | |
| 24 | 30 | - .github/** | |
| 25 | 31 | - '!.github/workflows/test-linux.yml' | |
| 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 | |
| 63 | 63 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | #!/usr/bin/env node | |
| 2 | - // Usage: tools/update-timezone.mjs | ||
| 2 | + | ||
| 3 | 3 | import { execSync } from 'node:child_process'; | |
| 4 | 4 | import { renameSync, readdirSync, rmSync } from 'node:fs'; | |
| 5 | 5 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments