Skip to content

Commit

Permalink
test: changes in package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal committed Aug 19, 2023
1 parent a723ccf commit eb0d873
Show file tree
Hide file tree
Showing 2 changed files with 5,321 additions and 2,913 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-node-modules-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
uses: actions/checkout@v2
with:
ref: main
- name: Remove `node_modules/` for a clean slate on the main branch.
- name: Remove `node_modules/` for a clean slate.
run: rm -rf node_modules/
- name: Reinstall dependencies on the main branch so we can check the size of `node_modules/`.
- name: Reinstall dependencies so we can check the size of `node_modules/`.
run: npm install
- name: Get the size of `node_modules/`.
id: main_size
Expand Down Expand Up @@ -65,8 +65,8 @@ jobs:
repo,
});
if (data[0]) {
const { number } = data[0];
console.log('number is', number);
const issue_number = data[0].number;
console.log('issue_number is', issue_number);
// https://stackoverflow.com/questions/58066966/commenting-a-pull-request-in-a-github-action/76215842#76215842
github.rest.issues.createComment({
body,
Expand Down
Loading

0 comments on commit eb0d873

Please sign in to comment.