We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2791e0d commit af617fdCopy full SHA for af617fd
1 file changed
.github/workflows/CI.yml
@@ -17,6 +17,11 @@ jobs:
17
- uses: actions/checkout@v3
18
with:
19
fetch-depth: 0
20
+
21
+ - uses: actions/setup-node@v3
22
+ with:
23
+ node-version: "16.x"
24
25
- name: Commit lint ✨
26
uses: wagoid/commitlint-github-action@v5
27
@@ -38,7 +43,7 @@ jobs:
38
43
39
44
- uses: actions/setup-node@v3
40
45
41
- node-version: "14.x"
46
42
47
- name: NPM install
48
run: npm install
49
0 commit comments