Skip to content

Commit 6c9c41b

Browse files
committed
Update slack channel
1 parent 3d54524 commit 6c9c41b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/health_check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v2
1717

1818
- name: Setup Node
19-
uses: actions/setup-node@v2
19+
uses: actions/setup-node@v3
2020
with:
2121
node-version: ${{ matrix.node }}
2222

@@ -37,4 +37,4 @@ jobs:
3737
with:
3838
job-status: ${{ job.status }}
3939
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
40-
channel: eng-notifications
40+
channel: eng-warnings

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
target_url: ${{ env.TARGET_URL }}
2121
environment: production
2222

23-
- uses: actions/setup-node@v2
23+
- uses: actions/setup-node@v3
2424
with:
2525
node-version: 14
2626
registry-url: https://registry.npmjs.org/

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v2
2121

2222
- name: Setup Node
23-
uses: actions/setup-node@v2
23+
uses: actions/setup-node@v3
2424
with:
2525
node-version: ${{ matrix.node }}
2626
- name: Install Node Modules

0 commit comments

Comments
 (0)