Skip to content

Commit 0f69088

Browse files
authored
Update dependencies
* Update dev dependencies * Update dependencies * Validate lockfile using npm 6.14.10 * Rebuild lockfile * Rebuild snapshots
1 parent a2f2614 commit 0f69088

File tree

29 files changed

+523
-600
lines changed

29 files changed

+523
-600
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
node-version: ^12.14.0
6969
- name: Upgrade npm
70-
run: if [[ "$(npm -v)" != "6.13.4" ]]; then npm install --global npm@6.13.4; fi
70+
run: if [[ "$(npm -v)" != "6.14.10" ]]; then npm install --global npm@6.14.10; fi
7171
- run: npm ci --no-audit
7272
- name: Test package-lock for unexpected modifications
7373
run: |

0 commit comments

Comments
 (0)