Skip to content

Commit

Permalink
Updated versions in GitHub workflow validate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed Jan 3, 2021
1 parent 9bbd1d6 commit 319922b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: actions/checkout
uses: actions/checkout@v2.1.0
uses: actions/checkout@v2.3.4
- name: actions/setup-node
uses: actions/setup-node@v1.4.1
uses: actions/setup-node@v2.1.4
with:
node-version: "13.13.0"
node-version: "14.15.3"
- name: npm install
uses: jaid/action-npm-install@master
- name: Jest
Expand Down

0 comments on commit 319922b

Please sign in to comment.