Skip to content

Commit 5dce0a1

Browse files
author
GitHub
committed
ci(github): use node 18.x in maintain-project workflow
1 parent 92a608b commit 5dce0a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maintain-project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Maintain Project
22
on:
33
schedule:
44
- cron: 5 0 1 * *
5-
workflow_dispatch:
5+
workflow_dispatch: null
66
env:
7-
NODE_VERSION: 17.x
7+
NODE_VERSION: 18.x
88
jobs:
99
maintain-project:
1010
name: Maintain Project

0 commit comments

Comments
 (0)