Skip to content

Commit d6ea259

Browse files
committed
Updated workflow validate.yml
1 parent a795d7a commit d6ea259

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/validate.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,21 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: actions/checkout
10-
uses: actions/checkout@v2.0.0
10+
uses: actions/checkout@v2.1.0
1111
- name: actions/setup-node
1212
uses: actions/setup-node@v1.4.1
1313
with:
14-
node-version: "13.9.0"
14+
node-version: "13.13.0"
1515
- name: npm install
1616
uses: jaid/action-npm-install@master
1717
- name: Jest
1818
uses: jaid/action-jest@master
1919
with:
2020
githubToken: ${{ secrets.GITHUB_TOKEN }}
21+
- name: Sync Node Meta
22+
uses: jaid/action-sync-node-meta@master
23+
with:
24+
githubToken: ${{ secrets.GITHUB_TOKEN }}
2125
- name: Uptodater
2226
uses: jaid/action-uptodater@master
2327
with:

0 commit comments

Comments
 (0)