Skip to content

Commit a795d7a

Browse files
committed
manage: Updated validate workflow
1 parent 93b2640 commit a795d7a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@ name: Validate and autofix
22
on:
33
push:
44
branches: [master]
5-
schedule:
6-
- cron: 0 0 * * 1 # Every monday
75
jobs:
86
build:
97
runs-on: ubuntu-latest
108
steps:
119
- name: actions/checkout
12-
uses: actions/checkout@v1.2.0
10+
uses: actions/checkout@v2.0.0
1311
- name: actions/setup-node
14-
uses: actions/setup-node@v1.3.0
12+
uses: actions/setup-node@v1.4.1
1513
with:
16-
node-version: "12.13.1"
14+
node-version: "13.9.0"
1715
- name: npm install
1816
uses: jaid/action-npm-install@master
1917
- name: Jest

0 commit comments

Comments
 (0)