From 5c2d94b3f0c37253f5752fc2792f71dd6d9f37b0 Mon Sep 17 00:00:00 2001 From: Jaid Date: Mon, 16 Mar 2020 05:44:50 +0100 Subject: [PATCH] manage: Updated validate workflow --- .github/workflows/validate.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index a44493d..a53ff4e 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -2,18 +2,16 @@ name: Validate and autofix on: push: branches: [master] - schedule: - - cron: 0 0 * * 1 # Every monday jobs: build: runs-on: ubuntu-latest steps: - name: actions/checkout - uses: actions/checkout@v1.2.0 + uses: actions/checkout@v2.0.0 - name: actions/setup-node - uses: actions/setup-node@v1.3.0 + uses: actions/setup-node@v1.4.1 with: - node-version: "12.13.1" + node-version: "13.9.0" - name: npm install uses: jaid/action-npm-install@master - name: Jest