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 c88d033 commit 1f56a96Copy full SHA for 1f56a96
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
13
strategy:
14
matrix:
15
- node-version: [12.x, 14.x., 16.x]
+ node-version: [12.x, 14.x, 16.x]
16
17
steps:
18
- uses: actions/checkout@v2
package.json
@@ -25,7 +25,7 @@
25
"ip-address": "6.2.0",
26
"jest": "^27.4.7",
27
"prettier": "^2.1.2",
28
- "semantic-release": "17.1.1",
+ "semantic-release": "^18.0.1",
29
"sinon": "9.0.1",
30
"ts-jest": "^27.1.2",
31
"typescript": "4.5.4"
0 commit comments