Skip to content

Commit

Permalink
fix(ci): upgrade slack webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
thisislawatts authored and PeterSchafer committed Mar 5, 2024
1 parent 2113022 commit ef2946f
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli-alert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.16.0'
node-version: '18.19.1'
cache: 'npm'
- run: npm ci
- run: npm start
Expand Down
143 changes: 121 additions & 22 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 packages/cli-alert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@octokit/rest": "^18.0.5",
"@pagerduty/pdjs": "^2.2.0",
"@slack/webhook": "^5.0.3",
"@slack/webhook": "7.0.2",
"typescript": "^4.0.2"
}
}

0 comments on commit ef2946f

Please sign in to comment.