Skip to content

Commit 1f56a96

Browse files
author
Dmitry Shirokov
committed
latest sem ver
1 parent c88d033 commit 1f56a96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [12.x, 14.x., 16.x]
15+
node-version: [12.x, 14.x, 16.x]
1616

1717
steps:
1818
- uses: actions/checkout@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"ip-address": "6.2.0",
2626
"jest": "^27.4.7",
2727
"prettier": "^2.1.2",
28-
"semantic-release": "17.1.1",
28+
"semantic-release": "^18.0.1",
2929
"sinon": "9.0.1",
3030
"ts-jest": "^27.1.2",
3131
"typescript": "4.5.4"

0 commit comments

Comments
 (0)