Skip to content

Commit 471bebe

Browse files
committed
chore(logger): update test run
1 parent e106e5e commit 471bebe

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Install packages
14-
run: npm install
14+
run: npm ci
1515
- name: Run lint
1616
run: npm run lint
1717
- name: Run tests

packages/logger/package-lock.json

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"@commitlint/config-conventional": "^11.0.0",
3333
"@types/aws-lambda": "^8.10.72",
3434
"@types/jest": "^26.0.19",
35+
"@types/lodash": "^4.14.168",
3536
"@types/node": "^14.14.16",
3637
"@typescript-eslint/eslint-plugin": "^4.11.1",
3738
"@typescript-eslint/parser": "^4.11.1",
@@ -53,7 +54,6 @@
5354
"url": "https://github.com/awslabs/aws-lambda-powertools-typescript/issues"
5455
},
5556
"dependencies": {
56-
"@types/lodash": "^4.14.168",
5757
"lodash": "^4.17.21"
5858
}
5959
}

0 commit comments

Comments
 (0)