Skip to content

Commit a1f7e03

Browse files
committed
Force node v20 in the workflows
1 parent 4434130 commit a1f7e03

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.upptimerc.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
owner: webkom
22
repo: uptime
33

4+
workflowsSource: workflows
45
workflowSchedule:
56
graphs: "0 0 * * *"
67
responseTime: "0 23 * * *"
@@ -10,7 +11,10 @@ workflowSchedule:
1011
updates: "0 3 * * *"
1112
uptime: "*/5 * * * *"
1213

13-
workflowVersion: master
14+
workflowSetup:
15+
- uses: actions/setup-node@v3
16+
with:
17+
node-version: 20
1418

1519
sites:
1620
- name: Abakus.no

0 commit comments

Comments
 (0)