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.
1 parent cb86fe8 commit 208fdfcCopy full SHA for 208fdfc
.github/workflows/integration.yml
@@ -17,7 +17,7 @@ jobs:
17
18
- uses: actions/setup-node@v3
19
with:
20
- node-version: "14"
+ node-version: "16"
21
cache: 'npm'
22
23
- name: Installing Dependencies
package.json
@@ -30,6 +30,10 @@
30
"path": "cz-conventional-changelog"
31
}
32
},
33
+ "engines": {
34
+ "node": ">16.0.0",
35
+ "npm": ">8.0.0"
36
+ },
37
"dependencies": {
38
"lodash": "^4.17.10",
39
"rulr": "^4.0.1"
0 commit comments