2 Commits

Author SHA1 Message Date
c9258b16d8 chore(deps): update actions/setup-node action to v5
All checks were successful
Check / Lint and Check (pull_request) Successful in 1m0s
Check / Lint and Check (push) Successful in 25s
2025-09-06 00:00:50 +00:00
f27c23cde4 Update event-dates.json (#13)
All checks were successful
Check / Lint and Check (push) Successful in 28s
Changed cut-off to 23:00

Reviewed-on: #13
Co-authored-by: harry <harry@noreply-git@schulze.network>
Co-committed-by: harry <harry@noreply-git@schulze.network>
2025-09-01 12:50:58 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ jobs:
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
- name: Setup Node.js
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
with:
node-version: 22
cache: "pnpm"

View File

@@ -1,7 +1,7 @@
{
"eventDates": ["2025-09-05", "1999-01-01"],
"cutoffTime": "15:00",
"cutoffTime": "23:00",
"message": "Sign-ups are closed for today's event. Please come back tomorrow.",
"internalComment": "Add event dates in YYYY-MM-DD format. Signups will be disabled after 3pm (15:00) on these dates by default."
"internalComment": "Add event dates in YYYY-MM-DD format. Signups will be disabled after 11pm (23:00) on these dates by default."
}