Skip to content

Commit 4bff97b

Browse files
committed
Update CI
1 parent 0455baa commit 4bff97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Notify
5454
uses: sarisia/actions-status-discord@v1
5555
# Only fire alert once
56-
if: github.ref == 'refs/heads/main' && failure() && matrix.node-version == '14.x' && matrix.os == 'ubuntu-latest'
56+
if: github.ref == 'refs/heads/main' && failure() && matrix.node-version == '20.x' && matrix.os == 'ubuntu-latest'
5757
with:
5858
webhook: ${{ secrets.DISCORD_WEBHOOK }}
5959
title: "build and test"

0 commit comments

Comments
 (0)