Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
tools: revert timezone update GHA workflow to ubuntu-latest
The timezone update script requires `icupkg` which doesn't 
appear to be available on `ubuntu-slim`.
  • Loading branch information
richardlau authored Mar 6, 2026
commit 590b0777e77fc512deb44c46d05701ae2e531dea
3 changes: 2 additions & 1 deletion .github/workflows/timezone-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
pull-requests: write # to create a PR (gr2m/create-or-update-pull-request-action)

if: github.repository == 'nodejs/node'
runs-on: ubuntu-slim
# cannot use ubuntu-slim here because it does not have icupkg
runs-on: ubuntu

steps:
- name: Checkout nodejs/node
Expand Down
Loading