We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0455baa commit 4bff97bCopy full SHA for 4bff97b
.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Notify
54
uses: sarisia/actions-status-discord@v1
55
# Only fire alert once
56
- if: github.ref == 'refs/heads/main' && failure() && matrix.node-version == '14.x' && matrix.os == 'ubuntu-latest'
+ if: github.ref == 'refs/heads/main' && failure() && matrix.node-version == '20.x' && matrix.os == 'ubuntu-latest'
57
with:
58
webhook: ${{ secrets.DISCORD_WEBHOOK }}
59
title: "build and test"
0 commit comments