Skip to content

Commit

Permalink
manage: Updated validate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed Mar 16, 2020
1 parent 0668bb0 commit 09a41dd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09a41dd

Please sign in to comment.