Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
pingevt committed Sep 15, 2024
1 parent 8133b33 commit a1d4e0a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/testing-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ jobs:
- uses: qoomon/actions--context@v2
id: context

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16'

- name: Install dependencies
run: |
npm install fs-extra
# {
# "type": "section",
# "text": {
Expand Down

0 comments on commit a1d4e0a

Please sign in to comment.