diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 4be08d7..8fb793f 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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 @@ -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: