Skip to content

Commit

Permalink
correct articfact
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerry97 committed Jan 6, 2024
1 parent 69ed793 commit 6cfb0e4
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ jobs:
node-version: [16.x, 18.x]

steps:


- name: Slack Notification
uses: act10ns/slack@v1
with:
status: starting
channel: '#just-a-test'
message: Starting Build and Deploy...
if: always()

- uses: actions/checkout@v3
- name: Use Node.js ${{matrix.node-version}}
uses: actions/setup-node@v3
Expand All @@ -44,14 +54,6 @@ jobs:
- name: Build
run: npm run build --if-present

- name: Slack Notification
uses: act10ns/slack@v1
with:
status: starting
channel: '#just-a-test'
message: Starting Build and Deploy...
if: always()

- name: Slack Notification
uses: act10ns/slack@v1
with:
Expand Down

0 comments on commit 6cfb0e4

Please sign in to comment.