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 74f707a commit 58dba25Copy full SHA for 58dba25
.github/workflows/validate.yml
@@ -7,11 +7,11 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: actions/checkout
10
- uses: actions/checkout@v2.1.0
+ uses: actions/checkout@v2.3.4
11
- name: actions/setup-node
12
- uses: actions/setup-node@v1.4.1
+ uses: actions/setup-node@v2.1.4
13
with:
14
- node-version: "13.13.0"
+ node-version: "14.15.3"
15
- name: npm install
16
uses: jaid/action-npm-install@master
17
- name: Jest
0 commit comments