Skip to content

Commit

Permalink
Updated workflow validate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed Apr 16, 2020
1 parent 3e14425 commit 9e1b077
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: actions/checkout
uses: actions/checkout@v2.0.0
uses: actions/checkout@v2.1.0
- name: actions/setup-node
uses: actions/setup-node@v1.4.1
with:
node-version: "13.9.0"
node-version: "13.13.0"
- name: npm install
uses: jaid/action-npm-install@master
- name: Jest
uses: jaid/action-jest@master
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
- name: Sync Node Meta
uses: jaid/action-sync-node-meta@master
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
- name: Uptodater
uses: jaid/action-uptodater@master
with:
Expand Down

0 comments on commit 9e1b077

Please sign in to comment.