We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
validate.yml
1 parent a795d7a commit d6ea259Copy full SHA for d6ea259
.github/workflows/validate.yml
@@ -7,17 +7,21 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: actions/checkout
10
- uses: actions/checkout@v2.0.0
+ uses: actions/checkout@v2.1.0
11
- name: actions/setup-node
12
uses: actions/setup-node@v1.4.1
13
with:
14
- node-version: "13.9.0"
+ node-version: "13.13.0"
15
- name: npm install
16
uses: jaid/action-npm-install@master
17
- name: Jest
18
uses: jaid/action-jest@master
19
20
githubToken: ${{ secrets.GITHUB_TOKEN }}
21
+ - name: Sync Node Meta
22
+ uses: jaid/action-sync-node-meta@master
23
+ with:
24
+ githubToken: ${{ secrets.GITHUB_TOKEN }}
25
- name: Uptodater
26
uses: jaid/action-uptodater@master
27
0 commit comments