Skip to content

Commit 0ed7a8a

Browse files
committed
node14 to node12
1 parent d50efee commit 0ed7a8a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/WORKFLOWS/solution.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Leetcode-Solution-Collectinator
22

33
on:
4-
schedule:
5-
- cron : '0 8 * * *'
6-
74
workflow_dispatch:
85

96

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ inputs:
1313
default: '.'
1414

1515
runs:
16-
using: 'node14'
16+
using: 'node12'
1717
main: './.github/src/app.js'
1818

1919
branding:

0 commit comments

Comments
 (0)