Skip to content

Timezone updater broken #62109

@richardlau

Description

@richardlau

I ran https://github.com/nodejs/node/actions/workflows/timezone-update.yml to pick up TZDB 2026a from unicode-org/icu-data#50, but this has failed:

https://github.com/nodejs/node/actions/runs/22692650780/job/65791744101

/bin/sh: 1: icupkg: not found
node:internal/errors:985
  const err = new Error(message);
              ^

Error: Command failed: icupkg -a zoneinfo64.res icudt*.dat
/bin/sh: 1: icupkg: not found

    at genericNodeError (node:internal/errors:985:15)
    at wrappedFn (node:internal/errors:539:14)
    at checkExecSyncError (node:child_process:925:11)
    at execSync (node:child_process:997:15)
    at file:///home/runner/work/node/node/tools/update-timezone.mjs:22:3
    at Array.forEach (<anonymous>)
    at file:///home/runner/work/node/node/tools/update-timezone.mjs:20:11
    at ModuleJob.run (node:internal/modules/esm/module_job:413:25)
    at async onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:660:26)
    at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:101:5) {
  status: 127,
  signal: null,

Possibly this is another workflow that doesn't work (without tweaks) on the ubuntu-slim runners.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions