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 8cbdea3 commit 1f71c65Copy full SHA for 1f71c65
.github/workflows/build.yml
@@ -10,7 +10,7 @@ on:
10
pull_request:
11
12
env:
13
- NODE_VERSION: 14.17.6
+ NODE_VERSION: 14.21.3
14
15
jobs:
16
lint:
package.json
@@ -20,8 +20,8 @@
20
},
21
"homepage": "https://github.com/ForestAdmin/forest-rails#readme",
22
"devDependencies": {
23
- "@commitlint/cli": "11.0.0",
24
- "@commitlint/config-conventional": "11.0.0",
+ "@commitlint/cli": "17.4.2",
+ "@commitlint/config-conventional": "17.4.2",
25
"@semantic-release/changelog": "6.0.1",
26
"@semantic-release/exec": "6.0.3",
27
"@semantic-release/git": "10.0.1",
0 commit comments