Skip to content

Commit 7a97985

Browse files
authored
Chore: Update trace-deps (#366)
- Update trace-deps - Fix release action installation.
1 parent a70cd2d commit 7a97985

File tree

4 files changed

+82
-33
lines changed

4 files changed

+82
-33
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"serverless-jetpack": minor
3+
---
4+
5+
Update to latest trace-deps.

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: Install dependencies
2525
run: npm ci
2626

27+
- name: Install test dependencies
28+
run: npm run test:install
29+
2730
- name: Build
2831
run: npm run build
2932

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"make-dir": "^3.1.0",
4242
"nanomatch": "^1.2.13",
4343
"p-limit": "^3.1.0",
44-
"trace-deps": "^0.4.0"
44+
"trace-deps": "^0.5.2"
4545
},
4646
"devDependencies": {
4747
"@changesets/cli": "^2.26.1",

0 commit comments

Comments
 (0)