Skip to content

Commit 3e0a65a

Browse files
committed
updating package.json for dependabot, setting regression test to run on a weekly schedule
1 parent 2e8ea71 commit 3e0a65a

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.github/workflows/regression-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: regression
22
on:
33
workflow_dispatch:
4-
# Uncomment out when we want to run this daily
5-
# schedule:
6-
# - cron: '0 3 * * *' # Runs at 3am UTC
4+
schedule:
5+
- cron: "0 3 * * 6" # Runs at 3am UTC every Saturday
76

87
jobs:
98
regression:

src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@tsconfig/node18": "^18.2.4",
4242
"@types/lodash": "^4.17.20",
4343
"@types/luxon": "^3.6.2",
44-
"@types/node": "^24.0.10",
44+
"@types/node": "^24.0.15",
4545
"@types/uuid": "^10.0.0",
4646
"@vitejs/plugin-vue": "^6.0.0",
4747
"@vitest/browser": "^3.2.4",

0 commit comments

Comments
 (0)