Commit f0154251ed for woocommerce
commit f0154251ede9bd41c9e717671829df45274bfc2e
Author: Jorge A. Torres <jorge.torres@automattic.com>
Date: Thu Jan 22 20:06:11 2026 +0000
Pin versions of `node-ical` and `rrule-temporal` used in workflows (#62920)
diff --git a/.github/workflows/release-assignment.yml b/.github/workflows/release-assignment.yml
index cc25d7ae27..687299285a 100644
--- a/.github/workflows/release-assignment.yml
+++ b/.github/workflows/release-assignment.yml
@@ -22,7 +22,7 @@ jobs:
team-name: ${{ steps.get-all-events-for-version.outputs.team-name }}
steps:
- name: Install node-ical
- run: npm install node-ical
+ run: npm install node-ical@0.23.1 rrule-temporal@1.4.1
- name: Check for feature freeze events
id: check-code-freeze-8-weeks
uses: actions/github-script@v7
diff --git a/.github/workflows/release-code-freeze.yml b/.github/workflows/release-code-freeze.yml
index 1062dca44f..a476dac41d 100644
--- a/.github/workflows/release-code-freeze.yml
+++ b/.github/workflows/release-code-freeze.yml
@@ -26,7 +26,7 @@ jobs:
should-run: ${{ steps.check-feature-freeze-event.outputs.should-run }}
steps:
- name: Install node-ical
- run: npm install node-ical
+ run: npm install node-ical@0.23.1 rrule-temporal@1.4.1
- name: Check for Feature Freeze events today
id: check-feature-freeze-event
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea #v7.0.1
diff --git a/.github/workflows/release-feature-highlights-notification.yml b/.github/workflows/release-feature-highlights-notification.yml
index de1a61af17..6234f0b25a 100644
--- a/.github/workflows/release-feature-highlights-notification.yml
+++ b/.github/workflows/release-feature-highlights-notification.yml
@@ -13,7 +13,7 @@ jobs:
event-date: ${{ steps.find-feature-freeze-event.outputs.event-date }}
steps:
- name: Install node-ical
- run: npm install node-ical
+ run: npm install node-ical@0.23.1 rrule-temporal@1.4.1
- name: Check for Feature Freeze events in a week
id: find-feature-freeze-event
diff --git a/.github/workflows/release-open-issue-warning.yml b/.github/workflows/release-open-issue-warning.yml
index abb67c6ba2..723cbfa37d 100644
--- a/.github/workflows/release-open-issue-warning.yml
+++ b/.github/workflows/release-open-issue-warning.yml
@@ -20,7 +20,7 @@ jobs:
release-event-title: ${{ steps.check-upcoming-release-build.outputs.release-event-title }}
steps:
- name: Install node-ical
- run: npm install node-ical
+ run: npm install node-ical@0.23.1 rrule-temporal@1.4.1
- name: Check for release events
id: check-upcoming-release-build
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea #v7.0.1