Skip to content

Feat: bump Node.js to LTS (v18.x) (#39) #140

Feat: bump Node.js to LTS (v18.x) (#39)

Feat: bump Node.js to LTS (v18.x) (#39) #140

Workflow file for this run

on: push
name: Slack Notification Demo
jobs:
slackNotification:
name: Slack Notification
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2.2.0
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}