Skip to content

Commit 6ca7678

Browse files
committed
dependencies upgraded
1 parent dd62238 commit 6ca7678

File tree

5 files changed

+119
-119
lines changed

5 files changed

+119
-119
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/setup-node@v1
1515
with:
1616
node-version: ${{ matrix.node-version }}
17-
- run: npm ci --force
17+
- run: npm ci
1818
- name: Create .env file
1919
run: |
2020
touch .env

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
node-version: 16
1414
registry-url: https://registry.npmjs.org/
1515
- name: Install dependencies
16-
run: npm ci --force
16+
run: npm ci
1717
- name: Create .env file
1818
run: |
1919
touch .env

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### 1.7.0
44

5-
- `apiPrefix` added to code for allowing to use custom API prefix for all clients. Thanks to [Petr Plenkov](https://github.com/ThePlenkov) for pull request.
5+
- `apiPrefix` was added to the code for allowing to use of custom API prefix for all clients. Thanks to [Petr Plenkov](https://github.com/ThePlenkov) for the pull request.
66

77
### 1.6.3
88

0 commit comments

Comments
 (0)