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 a32fb0b commit d411424Copy full SHA for d411424
.github/workflows/build.yml
@@ -22,6 +22,8 @@ jobs:
22
with:
23
fetch-depth: 0
24
- uses: actions/setup-node@v1
25
+ with:
26
+ node-version: 14.17.6
27
- uses: actions/cache@v2
28
29
path: '**/node_modules'
package.json
@@ -60,7 +60,7 @@
60
"jest-extended": "0.11.5",
61
"mongoose": "5.12.14",
62
"mongoose-fixture-loader": "1.0.2",
63
- "semantic-release": "17.4.2",
+ "semantic-release": "17.4.7",
64
"semantic-release-npm-deprecate-old-versions": "1.1.2",
65
"semantic-release-slack-bot": "1.6.2",
66
"simple-git": "1.65.0",
0 commit comments