Skip to content

Commit

Permalink
Revert "build(deps): bump node-fetch from 2.6.7 to 3.3.2 (#359)" (#380)
Browse files Browse the repository at this point in the history
* Revert "build(deps): bump node-fetch from 2.6.7 to 3.3.2 (#359)"

This reverts commit da35ca9.

Signed-off-by: Austin Vazquez <macedonv@amazon.com>

* ci: add npm run build to GitHub Actions CI workflow

Signed-off-by: Austin Vazquez <macedonv@amazon.com>

---------

Signed-off-by: Austin Vazquez <macedonv@amazon.com>
  • Loading branch information
austinvazquez authored Aug 23, 2023
1 parent 9f67f62 commit d9453f4
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 117 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
with:
node-version: 16
- run: npm ci
- run: npm run build
- run: npm run test
173 changes: 57 additions & 116 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"aws-cdk-lib": "2.92.0",
"axios": "^1.4.0",
"constructs": "^10.2.69",
"node-fetch": "^3.3.2",
"node-fetch": "^2.6.7",
"source-map-support": "^0.5.21"
}
}

0 comments on commit d9453f4

Please sign in to comment.